mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 13:53:35 +08:00
98 lines
4.1 KiB
XML
98 lines
4.1 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 7.0.6 (20230106.0513)
|
|
-->
|
|
<!-- Title: others/iterative_tree_traversals.cpp Pages: 1 -->
|
|
<svg width="326pt" height="93pt"
|
|
viewBox="0.00 0.00 326.00 93.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 89)">
|
|
<title>others/iterative_tree_traversals.cpp</title>
|
|
<!-- 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] (https://en....">
|
|
<polygon fill="#999999" stroke="#666666" points="220.5,-85 117.5,-85 117.5,-55 220.5,-55 220.5,-85"/>
|
|
<text text-anchor="start" x="125.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">others/iterative_tree</text>
|
|
<text text-anchor="middle" x="169" y="-62" 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="#e0e0e0" stroke="#999999" points="56,-19 0,-19 0,0 56,0 56,-19"/>
|
|
<text text-anchor="middle" x="28" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M134.15,-54.54C111.4,-45.1 81.94,-32.88 59.83,-23.71"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.3,-20.53 50.72,-19.93 58.61,-26.99 61.3,-20.53"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="123.5,-19 74.5,-19 74.5,0 123.5,0 123.5,-19"/>
|
|
<text text-anchor="middle" x="99" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M151.7,-54.54C141.53,-46.04 128.66,-35.29 118.18,-26.53"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="120.46,-23.87 110.54,-20.15 115.97,-29.24 120.46,-23.87"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="196,-19 142,-19 142,0 196,0 196,-19"/>
|
|
<text text-anchor="middle" x="169" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M169,-54.54C169,-47.34 169,-38.53 169,-30.68"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="172.5,-30.69 169,-20.69 165.5,-30.69 172.5,-30.69"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="255.5,-19 214.5,-19 214.5,0 255.5,0 255.5,-19"/>
|
|
<text text-anchor="middle" x="235" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stack</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M185.31,-54.54C194.8,-46.13 206.79,-35.51 216.61,-26.8"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="218.92,-29.43 224.08,-20.18 214.27,-24.19 218.92,-29.43"/>
|
|
</g>
|
|
<!-- Node6 -->
|
|
<g id="node6" class="node">
|
|
<title>Node6</title>
|
|
<g id="a_node6"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="318,-19 274,-19 274,0 318,0 318,-19"/>
|
|
<text text-anchor="middle" x="296" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node6 -->
|
|
<g id="edge5" class="edge">
|
|
<title>Node1->Node6</title>
|
|
<path fill="none" stroke="#63b8ff" d="M200.39,-54.54C220.6,-45.23 246.69,-33.22 266.51,-24.09"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="267.8,-27.34 275.42,-19.98 264.87,-20.98 267.8,-27.34"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|