Documentation for 3406be6d0b

This commit is contained in:
github-actions
2021-10-19 22:01:52 +00:00
parent 419f6e8f4e
commit e4c172f067
232 changed files with 5577 additions and 2786 deletions

View File

@@ -0,0 +1,4 @@
<map id="operations_on_datastructures::reverse_binary_tree::BinaryTree" name="operations_on_datastructures::reverse_binary_tree::BinaryTree">
<area shape="rect" id="node1" title="A Binary Tree class that implements a Binary Search Tree (BST) by default." alt="" coords="5,109,225,151"/>
<area shape="rect" id="node2" href="$d8/dfd/structoperations__on__datastructures_1_1reverse__binary__tree_1_1_node.html" title="A Node struct that represents a single node in a Binary Tree." alt="" coords="16,5,215,47"/>
</map>

View File

@@ -0,0 +1 @@
f046a293826c0e7e82f7167a53e9aaa5

View File

@@ -0,0 +1,48 @@
<?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 2.49.1 (20210923.0004)
-->
<!-- Title: operations_on_datastructures::reverse_binary_tree::BinaryTree Pages: 1 -->
<svg width="203pt" height="117pt"
viewBox="0.00 0.00 203.00 117.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 113)">
<title>operations_on_datastructures::reverse_binary_tree::BinaryTree</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-113 199,-113 199,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="A Binary Tree class that implements a Binary Search Tree (BST) by default.">
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 165,-30.5 165,-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="82.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">::reverse_binary_tree::BinaryTree</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d8/dfd/structoperations__on__datastructures_1_1reverse__binary__tree_1_1_node.html" target="_top" xlink:title="A Node struct that represents a single node in a Binary Tree.">
<polygon fill="white" stroke="black" points="8,-78.5 8,-108.5 157,-108.5 157,-78.5 8,-78.5"/>
<text text-anchor="start" x="16" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
<text text-anchor="middle" x="82.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">::reverse_binary_tree::Node</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M82.5,-68.09C82.5,-55.76 82.5,-41.22 82.5,-30.73"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="79,-68.2 82.5,-78.2 86,-68.21 79,-68.2"/>
<text text-anchor="middle" x="93" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> root</text>
</g>
<!-- Node2&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M167.19,-98.35C172.08,-97.19 175,-95.57 175,-93.5 175,-90.27 167.88,-88.14 157.26,-87.11"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="166.61,-94.9 157.26,-99.89 167.68,-101.82 166.61,-94.9"/>
<text text-anchor="middle" x="185" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="185" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB