Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -1,8 +1,8 @@
<map id="binary_search_tree&lt; T &gt;::bst_node" name="binary_search_tree&lt; T &gt;::bst_node">
<area shape="rect" id="Node000001" title="A struct to represent a node in the Binary Search Tree." alt="" coords="5,124,137,165"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/unique_ptr.html" title=" " alt="" coords="86,5,256,46"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="145,59,133,72,89,125,85,122,129,68,141,55"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="144,59,133,72,89,125,85,122,129,68,140,56"/>
<area shape="rect" id="Node000003" href="$dd/db6/structbinary__search__tree_1_1bst__node.html" title="A struct to represent a node in the Binary Search Tree." alt="" coords="161,124,293,165"/>
<area shape="poly" id="edge3_Node000003_Node000002" title=" " alt="" coords="165,60,165,80,170,99,179,111,191,122,187,126,175,115,165,101,159,81,160,60"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="213,111,195,71,182,48,186,45,200,69,218,109"/>
<area shape="poly" id="edge3_Node000003_Node000002" title=" " alt="" coords="165,61,165,80,170,99,179,111,191,122,187,126,175,115,165,101,159,81,160,61"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="212,110,195,71,182,48,186,45,200,69,217,108"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: binary_search_tree&lt; T &gt;::bst_node Pages: 1 -->
<svg width="224pt" height="128pt"
@@ -42,8 +42,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node2&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M103.25,-80.8C100.28,-77.54 97.3,-74.2 94.5,-71 82.82,-57.63 69.96,-41.97 60.95,-30.84"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="100.11,-82.64 109.45,-87.63 105.26,-77.9 100.11,-82.64"/>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M102.74,-80.24C99.94,-77.16 97.14,-74.02 94.5,-71 82.82,-57.63 69.96,-41.97 60.95,-30.84"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="100.09,-82.52 109.43,-87.52 105.24,-77.79 100.09,-82.52"/>
</a>
</g>
<text text-anchor="middle" x="104.62" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
@@ -63,8 +63,8 @@
<g id="edge3_Node000003_Node000002" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge3_Node000003_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M117.8,-78.24C116.58,-68.49 116.89,-57.51 121.5,-48.5 125.17,-41.34 131.24,-35.41 137.76,-30.67"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="114.52,-78.73 119.77,-87.93 121.4,-77.47 114.52,-78.73"/>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M117.76,-77.92C116.59,-68.25 116.94,-57.41 121.5,-48.5 125.17,-41.34 131.24,-35.41 137.76,-30.67"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="114.26,-78.23 119.5,-87.44 121.15,-76.98 114.26,-78.23"/>
</a>
</g>
<text text-anchor="middle" x="131.62" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
@@ -74,8 +74,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node3&#45;&gt;Node2</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M157.35,-41.01C153.65,-50.55 149.09,-61.44 144.25,-71 141.22,-77 137.42,-83.33 133.96,-88.79"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="160.88,-42.55 161.13,-31.96 154.33,-40.09 160.88,-42.55"/>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M157.11,-41.63C153.45,-51.01 148.99,-61.64 144.25,-71 141.22,-77 137.42,-83.33 133.96,-88.79"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="160.34,-42.97 160.59,-32.38 153.79,-40.5 160.34,-42.97"/>
</a>
</g>
<text text-anchor="middle" x="160.38" y="-55.88" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> ptr</text>

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: binary_search_tree&lt; T &gt;::bst_node Pages: 1 -->
<svg width="224pt" height="128pt"
@@ -32,8 +32,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node2&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M103.25,-80.8C100.28,-77.54 97.3,-74.2 94.5,-71 82.82,-57.63 69.96,-41.97 60.95,-30.84"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="100.11,-82.64 109.45,-87.63 105.26,-77.9 100.11,-82.64"/>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M102.74,-80.24C99.94,-77.16 97.14,-74.02 94.5,-71 82.82,-57.63 69.96,-41.97 60.95,-30.84"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="100.09,-82.52 109.43,-87.52 105.24,-77.79 100.09,-82.52"/>
</a>
</g>
<text text-anchor="middle" x="104.62" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
@@ -53,8 +53,8 @@
<g id="edge3_Node000003_Node000002" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge3_Node000003_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M117.8,-78.24C116.58,-68.49 116.89,-57.51 121.5,-48.5 125.17,-41.34 131.24,-35.41 137.76,-30.67"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="114.52,-78.73 119.77,-87.93 121.4,-77.47 114.52,-78.73"/>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M117.76,-77.92C116.59,-68.25 116.94,-57.41 121.5,-48.5 125.17,-41.34 131.24,-35.41 137.76,-30.67"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="114.26,-78.23 119.5,-87.44 121.15,-76.98 114.26,-78.23"/>
</a>
</g>
<text text-anchor="middle" x="131.62" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
@@ -64,8 +64,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node3&#45;&gt;Node2</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M157.35,-41.01C153.65,-50.55 149.09,-61.44 144.25,-71 141.22,-77 137.42,-83.33 133.96,-88.79"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="160.88,-42.55 161.13,-31.96 154.33,-40.09 160.88,-42.55"/>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M157.11,-41.63C153.45,-51.01 148.99,-61.64 144.25,-71 141.22,-77 137.42,-83.33 133.96,-88.79"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="160.34,-42.97 160.59,-32.38 153.79,-40.5 160.34,-42.97"/>
</a>
</g>
<text text-anchor="middle" x="160.38" y="-55.88" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> ptr</text>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB