mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 08:41:30 +08:00
Documentation for fe692e8e01
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<map id="others::iterative_tree_traversals::Node" name="others::iterative_tree_traversals::Node">
|
||||
<area shape="rect" id="node1" title="defines the structure of a node of the tree" alt="" coords="5,5,149,47"/>
|
||||
<area shape="rect" id="node1" title="defines the structure of a node of the tree" alt="" coords="5,5,147,47"/>
|
||||
</map>
|
||||
|
||||
@@ -1,31 +1,31 @@
|
||||
<?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::Node Pages: 1 -->
|
||||
<svg width="154pt" height="39pt"
|
||||
viewBox="0.00 0.00 154.00 39.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="151pt" height="39pt"
|
||||
viewBox="0.00 0.00 151.00 39.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 35)">
|
||||
<title>others::iterative_tree_traversals::Node</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-35 150,-35 150,4 -4,4"/>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-35 147,-35 147,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="defines the structure of a node of the tree">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 108,-30.5 108,-0.5 0,-0.5"/>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 106,-30.5 106,-0.5 0,-0.5"/>
|
||||
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">others::iterative_tree</text>
|
||||
<text text-anchor="middle" x="54" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::Node</text>
|
||||
<text text-anchor="middle" x="53" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::Node</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M117.96,-19.75C122.93,-18.81 126,-17.4 126,-15.5 126,-12.54 118.53,-10.75 108.01,-10.13"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="117.55,-16.27 108.01,-20.87 118.34,-23.23 117.55,-16.27"/>
|
||||
<text text-anchor="middle" x="136" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
||||
<text text-anchor="middle" x="136" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M116.43,-19.68C121.12,-18.74 124,-17.35 124,-15.5 124,-12.54 116.63,-10.75 106.26,-10.13"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="115.78,-16.23 106.26,-20.87 116.6,-23.18 115.78,-16.23"/>
|
||||
<text text-anchor="middle" x="133.5" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
||||
<text text-anchor="middle" x="133.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user