mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-24 18:43:17 +08:00
99 lines
4.3 KiB
XML
99 lines
4.3 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.47.3 (20210619.1520)
|
|
-->
|
|
<!-- Title: others/iterative_tree_traversals.cpp Pages: 1 -->
|
|
<svg width="326pt" height="95pt"
|
|
viewBox="0.00 0.00 325.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>others/iterative_tree_traversals.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 321.5,-91 321.5,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Iterative version of Preorder, Postorder, and preorder Traversal of the Tree">
|
|
<polygon fill="#bfbfbf" stroke="black" points="102.5,-56.5 102.5,-86.5 205.5,-86.5 205.5,-56.5 102.5,-56.5"/>
|
|
<text text-anchor="start" x="110.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">others/iterative_tree</text>
|
|
<text text-anchor="middle" x="154" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals.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 54,-19.5 54,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="27" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M123.9,-56.4C102.88,-46.55 75.03,-33.5 54.58,-23.92"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="56.02,-20.73 45.48,-19.66 53.05,-27.07 56.02,-20.73"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="72.5,-0.5 72.5,-19.5 113.5,-19.5 113.5,-0.5 72.5,-0.5"/>
|
|
<text text-anchor="middle" x="93" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stack</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M139.54,-56.4C130.41,-47.49 118.58,-35.95 109.14,-26.74"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="111.48,-24.13 101.88,-19.66 106.59,-29.15 111.48,-24.13"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="132,-0.5 132,-19.5 176,-19.5 176,-0.5 132,-0.5"/>
|
|
<text text-anchor="middle" x="154" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="midnightblue" d="M154,-56.4C154,-48.47 154,-38.46 154,-29.86"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="157.5,-29.66 154,-19.66 150.5,-29.66 157.5,-29.66"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="194,-0.5 194,-19.5 250,-19.5 250,-0.5 194,-0.5"/>
|
|
<text text-anchor="middle" x="222" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="midnightblue" d="M170.12,-56.4C180.4,-47.4 193.75,-35.72 204.33,-26.47"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="206.88,-28.88 212.11,-19.66 202.27,-23.61 206.88,-28.88"/>
|
|
</g>
|
|
<!-- Node6 -->
|
|
<g id="node6" class="node">
|
|
<title>Node6</title>
|
|
<g id="a_node6"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="268.5,-0.5 268.5,-19.5 317.5,-19.5 317.5,-0.5 268.5,-0.5"/>
|
|
<text text-anchor="middle" x="293" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node6 -->
|
|
<g id="edge5" class="edge">
|
|
<title>Node1->Node6</title>
|
|
<path fill="none" stroke="midnightblue" d="M186.94,-56.4C210.16,-46.46 240.99,-33.26 263.42,-23.66"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="264.96,-26.81 272.77,-19.66 262.2,-20.38 264.96,-26.81"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|