Documentation for 1a1570d775

This commit is contained in:
github-actions
2023-04-28 14:48:59 +00:00
parent ffdd173f0d
commit 7312767170
3827 changed files with 57379 additions and 55777 deletions

View File

@@ -1,6 +1,6 @@
<map id="binary_search_tree&lt; T &gt;" name="binary_search_tree&lt; T &gt;">
<area shape="rect" id="node1" title="The Binary Search Tree class." alt="" coords="169,130,333,155"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/unique_ptr.html" title=" " alt="" coords="19,5,190,45"/>
<area shape="rect" id="node3" href="$dd/db6/structbinary__search__tree_1_1bst__node.html" title="A struct to represent a node in the Binary Search Tree." alt="" coords="5,123,137,163"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/size_t.html" title=" " alt="" coords="214,13,297,38"/>
<area shape="rect" id="node1" title="The Binary Search Tree class." alt="" coords="169,132,333,157"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/unique_ptr.html" title=" " alt="" coords="21,5,190,46"/>
<area shape="rect" id="node3" href="$dd/db6/structbinary__search__tree_1_1bst__node.html" title="A struct to represent a node in the Binary Search Tree." alt="" coords="5,124,137,165"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/size_t.html" title=" " alt="" coords="214,13,296,39"/>
</map>

View File

@@ -1,19 +1,19 @@
<?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: binary_search_tree&lt; T &gt; Pages: 1 -->
<svg width="254pt" height="126pt"
viewBox="0.00 0.00 254.00 126.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 122)">
<svg width="254pt" height="128pt"
viewBox="0.00 0.00 253.50 127.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 123.5)">
<title>binary_search_tree&lt; T &gt;</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="The Binary Search Tree class.">
<polygon fill="#999999" stroke="#666666" points="246,-24.5 123,-24.5 123,-5.5 246,-5.5 246,-24.5"/>
<text text-anchor="middle" x="184.5" y="-12.5" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree&lt; T &gt;</text>
<polygon fill="#999999" stroke="#666666" points="245.5,-24.88 123,-24.88 123,-5.63 245.5,-5.63 245.5,-24.88"/>
<text text-anchor="middle" x="184.25" y="-11.38" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree&lt; T &gt;</text>
</a>
</g>
</g>
@@ -21,59 +21,59 @@
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="138.5,-118 10.5,-118 10.5,-88 138.5,-88 138.5,-118"/>
<text text-anchor="start" x="18.5" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">std::unique_ptr&lt; binary</text>
<text text-anchor="middle" x="74.5" y="-95" font-family="Helvetica,sans-Serif" font-size="10.00">_search_tree::bst_node &gt;</text>
<polygon fill="white" stroke="#666666" points="138.75,-119.5 11.75,-119.5 11.75,-89 138.75,-89 138.75,-119.5"/>
<text text-anchor="start" x="19.75" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">std::unique_ptr&lt; binary</text>
<text text-anchor="middle" x="75.25" y="-94.75" font-family="Helvetica,sans-Serif" font-size="10.00">_search_tree::bst_node &gt;</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="M101.28,-81.07C124.24,-63.11 156.21,-38.12 173.06,-24.95"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="99.39,-78.88 93.66,-87.8 103.7,-84.4 99.39,-78.88"/>
<text text-anchor="middle" x="155" y="-56.5" font-family="Helvetica,sans-Serif" font-size="10.00"> root_</text>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M101.78,-82.07C124.54,-63.91 156.21,-38.63 172.91,-25.3"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="99.88,-79.91 94.25,-88.88 104.25,-85.38 99.88,-79.91"/>
<text text-anchor="middle" x="155.62" y="-55.88" font-family="Helvetica,sans-Serif" font-size="10.00"> root_</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../dd/db6/structbinary__search__tree_1_1bst__node.html" target="_top" xlink:title="A struct to represent a node in the Binary Search Tree.">
<polygon fill="white" stroke="#666666" points="99,-30 0,-30 0,0 99,0 99,-30"/>
<text text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree</text>
<text text-anchor="middle" x="49.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; T &gt;::bst_node</text>
<polygon fill="white" stroke="#666666" points="98.5,-30.5 0,-30.5 0,0 98.5,0 98.5,-30.5"/>
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree</text>
<text text-anchor="middle" x="49.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; T &gt;::bst_node</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M43.25,-80.14C40.55,-77.04 38.2,-73.66 36.5,-70 30.56,-57.24 35.62,-41.47 41.07,-30.27"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="40.39,-82.21 50.02,-86.64 45.25,-77.17 40.39,-82.21"/>
<text text-anchor="middle" x="46" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="46" y="-51" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M43.39,-81.26C40.63,-78.13 38.24,-74.7 36.5,-71 30.45,-58.1 35.45,-42.1 40.86,-30.74"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="40.66,-83.45 50.31,-87.82 45.49,-78.39 40.66,-83.45"/>
<text text-anchor="middle" x="46.62" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="46.62" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M56.63,-40.53C61.08,-55.83 66.64,-74.98 70.37,-87.8"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="59.79,-39.85 53.63,-31.22 53.06,-41.8 59.79,-39.85"/>
<text text-anchor="middle" x="73" y="-56.5" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M56.75,-41.35C61.36,-56.78 67.1,-75.99 70.96,-88.88"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="59.85,-40.51 53.64,-31.93 53.15,-42.51 59.85,-40.51"/>
<text text-anchor="middle" x="73.38" y="-55.88" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/types/size_t.html" xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="218.5,-112.5 156.5,-112.5 156.5,-93.5 218.5,-93.5 218.5,-112.5"/>
<text text-anchor="middle" x="187.5" y="-100.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::size_t</text>
<polygon fill="white" stroke="#bfbfbf" points="218.12,-113.88 156.38,-113.88 156.38,-94.62 218.12,-94.62 218.12,-113.88"/>
<text text-anchor="middle" x="187.25" y="-100.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::size_t</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node1 -->
<g id="edge4" class="edge">
<title>Node4&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M186.81,-82.13C186.18,-64.12 185.28,-38.4 184.81,-24.96"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="183.34,-82.25 187.19,-92.12 190.34,-82 183.34,-82.25"/>
<text text-anchor="middle" x="199" y="-56.5" font-family="Helvetica,sans-Serif" font-size="10.00"> size_</text>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M186.57,-83.41C185.94,-65.18 185.03,-38.97 184.56,-25.31"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="183.1,-83.39 186.94,-93.27 190.09,-83.15 183.1,-83.39"/>
<text text-anchor="middle" x="199.38" y="-55.88" font-family="Helvetica,sans-Serif" font-size="10.00"> size_</text>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB