mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-24 10:33:10 +08:00
Documentation for f1eddf4d65
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,160,23"/>
|
||||
<area shape="rect" id="Node000001" title="defines the structure of a node of the tree" alt="" coords="5,7,146,47"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="162,19,172,27,164,34,147,37,146,32,162,29,167,27,160,24"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
7d6f15ed755e2edd59cb4b428522485b
|
||||
4a8f7cd337fef93cf22ad69901294db5
|
||||
@@ -1,11 +1,11 @@
|
||||
<?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 12.2.1 (20241206.2353)
|
||||
<!-- Generated by graphviz version 13.0.1 (20250615.1724)
|
||||
-->
|
||||
<!-- Title: others::iterative_tree_traversals::Node Pages: 1 -->
|
||||
<svg width="150pt" height="39pt"
|
||||
viewBox="0.00 0.00 150.00 38.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="156pt" height="41pt"
|
||||
viewBox="0.00 0.00 156.00 41.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
|
||||
|
||||
@@ -17,15 +17,15 @@
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 34.5)">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 36.5)">
|
||||
<title>others::iterative_tree_traversals::Node</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="defines the structure of a node of the tree">
|
||||
<polygon fill="#999999" stroke="#666666" points="105.25,-30.5 0,-30.5 0,0 105.25,0 105.25,-30.5"/>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::iterative_tree</text>
|
||||
<text text-anchor="middle" x="52.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::Node</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="105.25,-31.5 0,-31.5 0,-1 105.25,-1 105.25,-31.5"/>
|
||||
<text xml:space="preserve" text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">others::iterative_tree</text>
|
||||
<text xml:space="preserve" text-anchor="middle" x="52.62" y="-6.75" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::Node</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -33,12 +33,12 @@
|
||||
<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.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"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M116.74,-20.28C120.8,-19.33 123.25,-17.99 123.25,-16.25 123.25,-13.24 115.92,-11.42 105.6,-10.79"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="116.57,-16.77 107.1,-21.52 117.47,-23.71 116.57,-16.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>
|
||||
<text text-anchor="middle" x="132.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="126.25" y="-20" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">left</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="126.25" y="-4.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -1,20 +1,20 @@
|
||||
<?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 12.2.1 (20241206.2353)
|
||||
<!-- Generated by graphviz version 13.0.1 (20250615.1724)
|
||||
-->
|
||||
<!-- Title: others::iterative_tree_traversals::Node Pages: 1 -->
|
||||
<svg width="150pt" height="39pt"
|
||||
viewBox="0.00 0.00 150.00 38.50" 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 34.5)">
|
||||
<svg width="156pt" height="41pt"
|
||||
viewBox="0.00 0.00 156.00 41.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 36.5)">
|
||||
<title>others::iterative_tree_traversals::Node</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="defines the structure of a node of the tree">
|
||||
<polygon fill="#999999" stroke="#666666" points="105.25,-30.5 0,-30.5 0,0 105.25,0 105.25,-30.5"/>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::iterative_tree</text>
|
||||
<text text-anchor="middle" x="52.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::Node</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="105.25,-31.5 0,-31.5 0,-1 105.25,-1 105.25,-31.5"/>
|
||||
<text xml:space="preserve" text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">others::iterative_tree</text>
|
||||
<text xml:space="preserve" text-anchor="middle" x="52.62" y="-6.75" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::Node</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,12 +22,12 @@
|
||||
<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.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"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M116.74,-20.28C120.8,-19.33 123.25,-17.99 123.25,-16.25 123.25,-13.24 115.92,-11.42 105.6,-10.79"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="116.57,-16.77 107.1,-21.52 117.47,-23.71 116.57,-16.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>
|
||||
<text text-anchor="middle" x="132.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="126.25" y="-20" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">left</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="126.25" y="-4.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user