mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 16:51:57 +08:00
Documentation for fe692e8e01
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<map id="others/iterative_tree_traversals.cpp" name="others/iterative_tree_traversals.cpp">
|
||||
<area shape="rect" id="node1" title="Iterative version of Preorder, Postorder, and preorder Traversal of the Tree" alt="" coords="163,5,303,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,83,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="107,95,173,121"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="197,95,270,121"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="295,95,348,121"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="372,95,431,121"/>
|
||||
<area shape="rect" id="node1" title="Iterative version of Preorder, Postorder, and preorder Traversal of the Tree" alt="" coords="162,5,299,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,80,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="105,95,170,121"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="195,95,267,121"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="291,95,346,121"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="371,95,429,121"/>
|
||||
</map>
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
<?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.49.3 (20211023.0002)
|
||||
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
|
||||
-->
|
||||
<!-- Title: others/iterative_tree_traversals.cpp Pages: 1 -->
|
||||
<svg width="327pt" height="95pt"
|
||||
viewBox="0.00 0.00 327.00 95.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="326pt" height="95pt"
|
||||
viewBox="0.00 0.00 326.00 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 323,-91 323,4 -4,4"/>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 322,-91 322,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="118.5,-56.5 118.5,-86.5 223.5,-86.5 223.5,-56.5 118.5,-56.5"/>
|
||||
<text text-anchor="start" x="126.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">others/iterative_tree</text>
|
||||
<text text-anchor="middle" x="171" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals.cpp</text>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="117.5,-56.5 117.5,-86.5 220.5,-86.5 220.5,-56.5 117.5,-56.5"/>
|
||||
<text text-anchor="start" x="125.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">others/iterative_tree</text>
|
||||
<text text-anchor="middle" x="169" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -23,76 +23,76 @@
|
||||
<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 58,-19.5 58,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="29" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 56,-19.5 56,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="28" y="-7.5" 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="midnightblue" d="M137.35,-56.4C113.52,-46.42 81.85,-33.15 58.91,-23.53"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="60.24,-20.29 49.66,-19.66 57.53,-26.75 60.24,-20.29"/>
|
||||
<path fill="none" stroke="midnightblue" d="M135.58,-56.4C112.03,-46.46 80.76,-33.26 58.01,-23.66"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="59.09,-20.32 48.52,-19.66 56.37,-26.77 59.09,-20.32"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="76.5,-0.5 76.5,-19.5 125.5,-19.5 125.5,-0.5 76.5,-0.5"/>
|
||||
<text text-anchor="middle" x="101" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="74.5,-0.5 74.5,-19.5 123.5,-19.5 123.5,-0.5 74.5,-0.5"/>
|
||||
<text text-anchor="middle" x="99" y="-7.5" 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="midnightblue" d="M154.41,-56.4C143.71,-47.31 129.81,-35.49 118.87,-26.19"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="121.07,-23.47 111.19,-19.66 116.54,-28.8 121.07,-23.47"/>
|
||||
<path fill="none" stroke="midnightblue" d="M152.41,-56.4C141.71,-47.31 127.81,-35.49 116.87,-26.19"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="119.07,-23.47 109.19,-19.66 114.54,-28.8 119.07,-23.47"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="143.5,-0.5 143.5,-19.5 198.5,-19.5 198.5,-0.5 143.5,-0.5"/>
|
||||
<text text-anchor="middle" x="171" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="142,-0.5 142,-19.5 196,-19.5 196,-0.5 142,-0.5"/>
|
||||
<text text-anchor="middle" x="169" y="-7.5" 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="midnightblue" d="M171,-56.4C171,-48.47 171,-38.46 171,-29.86"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="174.5,-29.66 171,-19.66 167.5,-29.66 174.5,-29.66"/>
|
||||
<path fill="none" stroke="midnightblue" d="M169,-56.4C169,-48.47 169,-38.46 169,-29.86"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="172.5,-29.66 169,-19.66 165.5,-29.66 172.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="217,-0.5 217,-19.5 257,-19.5 257,-0.5 217,-0.5"/>
|
||||
<text text-anchor="middle" x="237" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stack</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="214.5,-0.5 214.5,-19.5 255.5,-19.5 255.5,-0.5 214.5,-0.5"/>
|
||||
<text text-anchor="middle" x="235" y="-7.5" 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="midnightblue" d="M186.64,-56.4C196.63,-47.4 209.58,-35.72 219.85,-26.47"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="222.31,-28.95 227.4,-19.66 217.63,-23.75 222.31,-28.95"/>
|
||||
<path fill="none" stroke="midnightblue" d="M184.64,-56.4C194.63,-47.4 207.58,-35.72 217.85,-26.47"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="220.31,-28.95 225.4,-19.66 215.63,-23.75 220.31,-28.95"/>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="275,-0.5 275,-19.5 319,-19.5 319,-0.5 275,-0.5"/>
|
||||
<text text-anchor="middle" x="297" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="274,-0.5 274,-19.5 318,-19.5 318,-0.5 274,-0.5"/>
|
||||
<text text-anchor="middle" x="296" y="-7.5" 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="midnightblue" d="M200.86,-56.4C221.62,-46.59 249.1,-33.62 269.36,-24.05"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="271.12,-27.09 278.67,-19.66 268.13,-20.76 271.12,-27.09"/>
|
||||
<path fill="none" stroke="midnightblue" d="M199.1,-56.4C220.12,-46.55 247.97,-33.5 268.42,-23.92"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="269.95,-27.07 277.52,-19.66 266.98,-20.73 269.95,-27.07"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Reference in New Issue
Block a user