mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
Documentation for 6376bf46af
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<map id="others::iterative_tree_traversals::Node" name="others::iterative_tree_traversals::Node">
|
||||
<area shape="rect" id="Node000001" title="defines the structure of a node of the tree" alt="" coords="5,5,146,46"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="162,18,172,26,164,33,147,36,146,30,162,28,167,26,159,22"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="162,18,172,26,164,33,147,36,146,30,162,28,167,26,160,23"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: others::iterative_tree_traversals::Node Pages: 1 -->
|
||||
<svg width="150pt" height="39pt"
|
||||
@@ -32,8 +32,8 @@
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M116.41,-19.35C120.67,-18.4 123.25,-17.04 123.25,-15.25 123.25,-12.24 115.92,-10.42 105.6,-9.79"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="116.09,-15.99 106.6,-20.71 116.96,-22.94 116.09,-15.99"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M116.74,-19.28C120.8,-18.33 123.25,-16.99 123.25,-15.25 123.25,-12.24 115.92,-10.42 105.6,-9.79"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="116.57,-15.77 107.1,-20.52 117.47,-22.71 116.57,-15.77"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="132.62" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: others::iterative_tree_traversals::Node Pages: 1 -->
|
||||
<svg width="150pt" height="39pt"
|
||||
@@ -22,8 +22,8 @@
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M116.41,-19.35C120.67,-18.4 123.25,-17.04 123.25,-15.25 123.25,-12.24 115.92,-10.42 105.6,-9.79"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="116.09,-15.99 106.6,-20.71 116.96,-22.94 116.09,-15.99"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M116.74,-19.28C120.8,-18.33 123.25,-16.99 123.25,-15.25 123.25,-12.24 115.92,-10.42 105.6,-9.79"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="116.57,-15.77 107.1,-20.52 117.47,-22.71 116.57,-15.77"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="132.62" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user