mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-16 11:32:44 +08:00
Documentation for db149bf3b7
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,47"/>
|
||||
<area shape="rect" id="node1" title="A Node structure representing a single node in BST." alt="" coords="5,5,213,45"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
ccf01eb6dfd0f28fd3207efa797126cd
|
||||
f5abd3a723b146a713d84b2999848921
|
||||
@@ -1,31 +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 5.0.0 (20220707.1540)
|
||||
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
|
||||
-->
|
||||
<!-- Title: operations_on_datastructures::inorder_traversal_of_bst::Node Pages: 1 -->
|
||||
<svg width="201pt" height="39pt"
|
||||
viewBox="0.00 0.00 201.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)">
|
||||
<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)">
|
||||
<title>operations_on_datastructures::inorder_traversal_of_bst::Node</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-35 197,-35 197,4 -4,4"/>
|
||||
<!-- 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="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 156,-30.5 156,-0.5 0,-0.5"/>
|
||||
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
|
||||
<text text-anchor="middle" x="78" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">::inorder_traversal_of_bst::Node</text>
|
||||
<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>
|
||||
</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.59,-19.2C171.24,-18.29 174,-17.06 174,-15.5 174,-13.01 166.94,-11.35 156.35,-10.51"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="165.83,-15.77 156.35,-20.49 166.71,-22.71 165.83,-15.77"/>
|
||||
<text text-anchor="middle" x="183.5" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
||||
<text text-anchor="middle" x="183.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M166.59,-18.7C171.24,-17.79 174,-16.56 174,-15 174,-12.51 166.94,-10.85 156.35,-10.01"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="165.83,-15.27 156.35,-19.99 166.71,-22.21 165.83,-15.27"/>
|
||||
<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>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user