mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-13 09:59:50 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<map id="operations_on_datastructures::inorder_traversal_of_bst::Node" name="operations_on_datastructures::inorder_traversal_of_bst::Node">
|
||||
<area shape="rect" id="node1" title="A Node structure representing a single node in BST." alt="" coords="5,5,213,45"/>
|
||||
<area shape="rect" id="node1" title="A Node structure representing a single node in BST." alt="" coords="5,5,213,46"/>
|
||||
</map>
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
<?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.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: operations_on_datastructures::inorder_traversal_of_bst::Node Pages: 1 -->
|
||||
<svg width="201pt" height="38pt"
|
||||
viewBox="0.00 0.00 201.00 38.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 34)">
|
||||
<svg width="200pt" height="39pt"
|
||||
viewBox="0.00 0.00 200.25 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)">
|
||||
<title>operations_on_datastructures::inorder_traversal_of_bst::Node</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="A Node structure representing a single node in BST.">
|
||||
<polygon fill="#999999" stroke="#666666" points="156,-30 0,-30 0,0 156,0 156,-30"/>
|
||||
<text text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
|
||||
<text text-anchor="middle" x="78" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">::inorder_traversal_of_bst::Node</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="155.5,-30.5 0,-30.5 0,0 155.5,0 155.5,-30.5"/>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
|
||||
<text text-anchor="middle" x="77.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::inorder_traversal_of_bst::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="M166.94,-18.63C171.38,-17.73 174,-16.52 174,-15 174,-12.51 166.94,-10.85 156.35,-10.01"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="166.82,-15.25 157.35,-19.99 167.71,-22.19 166.82,-15.25"/>
|
||||
<text text-anchor="middle" x="183.5" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
||||
<text text-anchor="middle" x="183.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M166.79,-18.87C171.02,-17.96 173.5,-16.75 173.5,-15.25 173.5,-12.72 166.46,-11.03 155.89,-10.18"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="166.34,-15.53 156.89,-20.32 167.27,-22.47 166.34,-15.53"/>
|
||||
<text text-anchor="middle" x="182.88" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
||||
<text text-anchor="middle" x="182.88" y="-5.75" 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