Files
C-Plus-Plus/db/de3/reverse__binary__tree_8cpp__incl.svg
2022-01-02 02:55:05 +00:00

84 lines
3.7 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
-->
<!-- Title: operations_on_datastructures/reverse_binary_tree.cpp Pages: 1 -->
<svg width="254pt" height="95pt"
viewBox="0.00 0.00 253.50 95.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 91)">
<title>operations_on_datastructures/reverse_binary_tree.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 249.5,-91 249.5,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Implementation for the Reversing a Binary Tree recursively algorithm.">
<polygon fill="#bfbfbf" stroke="black" points="55,-56.5 55,-86.5 200,-86.5 200,-56.5 55,-56.5"/>
<text text-anchor="start" x="63" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
<text text-anchor="middle" x="127.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">/reverse_binary_tree.cpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 49,-19.5 49,-0.5 0,-0.5"/>
<text text-anchor="middle" x="24.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M103.09,-56.4C86.58,-46.86 64.88,-34.32 48.46,-24.84"/>
<polygon fill="midnightblue" stroke="midnightblue" points="49.9,-21.63 39.49,-19.66 46.4,-27.69 49.9,-21.63"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="67.5,-0.5 67.5,-19.5 121.5,-19.5 121.5,-0.5 67.5,-0.5"/>
<text text-anchor="middle" x="94.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M119.68,-56.4C115.03,-48.02 109.1,-37.33 104.16,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="107.21,-26.71 99.3,-19.66 101.09,-30.1 107.21,-26.71"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="140,-0.5 140,-19.5 183,-19.5 183,-0.5 140,-0.5"/>
<text text-anchor="middle" x="161.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">queue</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M135.56,-56.4C140.35,-48.02 146.46,-37.33 151.54,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="154.63,-30.08 156.55,-19.66 148.55,-26.6 154.63,-30.08"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="201.5,-0.5 201.5,-19.5 245.5,-19.5 245.5,-0.5 201.5,-0.5"/>
<text text-anchor="middle" x="223.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M150.25,-56.4C165.49,-46.95 185.49,-34.56 200.74,-25.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="202.88,-27.9 209.53,-19.66 199.19,-21.95 202.88,-27.9"/>
</g>
</g>
</svg>