Documentation for f1eddf4d65

This commit is contained in:
realstealthninja
2025-07-09 10:53:16 +00:00
parent e7edde96ab
commit b41207008f
2497 changed files with 31270 additions and 40283 deletions

View File

@@ -1,4 +1,4 @@
<map id="operations_on_datastructures::inorder_traversal_of_bst::Node" name="operations_on_datastructures::inorder_traversal_of_bst::Node">
<area shape="rect" id="Node000001" title="A Node structure representing a single node in BST." alt="" coords="5,5,213,46"/>
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="229,19,239,26,231,32,214,35,213,30,229,27,234,26,227,23"/>
<area shape="rect" id="Node000001" title="A Node structure representing a single node in BST." alt="" coords="5,7,213,47"/>
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="229,20,239,27,231,34,214,36,213,31,229,29,234,27,227,25"/>
</map>

View File

@@ -1 +1 @@
1aec04fc07acea7423ae2cb4be8e65f6
bb793ad992050b86538a89b9d15ecb6a

View File

@@ -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: operations_on_datastructures::inorder_traversal_of_bst::Node Pages: 1 -->
<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">
<svg width="206pt" height="41pt"
viewBox="0.00 0.00 206.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>operations_on_datastructures::inorder_traversal_of_bst::Node</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="A Node structure representing a single node in BST.">
<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>
<polygon fill="#999999" stroke="#666666" points="155.5,-31.5 0,-31.5 0,-1 155.5,-1 155.5,-31.5"/>
<text xml:space="preserve" text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
<text xml:space="preserve" text-anchor="middle" x="77.75" y="-6.75" font-family="Helvetica,sans-Serif" font-size="10.00">::inorder_traversal_of_bst::Node</text>
</a>
</g>
</g>
@@ -33,12 +33,12 @@
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M167.12,-18.8C171.15,-17.9 173.5,-16.71 173.5,-15.25 173.5,-12.72 166.46,-11.03 155.89,-10.18"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="166.83,-15.31 157.39,-20.12 167.77,-22.24 166.83,-15.31"/>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M167.12,-19.8C171.15,-18.9 173.5,-17.71 173.5,-16.25 173.5,-13.72 166.46,-12.03 155.89,-11.18"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="166.83,-16.31 157.39,-21.12 167.77,-23.24 166.83,-16.31"/>
</a>
</g>
<text text-anchor="middle" x="182.88" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
<text text-anchor="middle" x="182.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
<text xml:space="preserve" text-anchor="start" x="176.5" y="-20" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">left</text>
<text xml:space="preserve" text-anchor="start" x="176.5" y="-4.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -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: operations_on_datastructures::inorder_traversal_of_bst::Node Pages: 1 -->
<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)">
<svg width="206pt" height="41pt"
viewBox="0.00 0.00 206.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>operations_on_datastructures::inorder_traversal_of_bst::Node</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="A Node structure representing a single node in BST.">
<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>
<polygon fill="#999999" stroke="#666666" points="155.5,-31.5 0,-31.5 0,-1 155.5,-1 155.5,-31.5"/>
<text xml:space="preserve" text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
<text xml:space="preserve" text-anchor="middle" x="77.75" y="-6.75" font-family="Helvetica,sans-Serif" font-size="10.00">::inorder_traversal_of_bst::Node</text>
</a>
</g>
</g>
@@ -22,12 +22,12 @@
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M167.12,-18.8C171.15,-17.9 173.5,-16.71 173.5,-15.25 173.5,-12.72 166.46,-11.03 155.89,-10.18"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="166.83,-15.31 157.39,-20.12 167.77,-22.24 166.83,-15.31"/>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M167.12,-19.8C171.15,-18.9 173.5,-17.71 173.5,-16.25 173.5,-13.72 166.46,-12.03 155.89,-11.18"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="166.83,-16.31 157.39,-21.12 167.77,-23.24 166.83,-16.31"/>
</a>
</g>
<text text-anchor="middle" x="182.88" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
<text text-anchor="middle" x="182.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
<text xml:space="preserve" text-anchor="start" x="176.5" y="-20" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">left</text>
<text xml:space="preserve" text-anchor="start" x="176.5" 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.9 KiB