mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 08:41:30 +08:00
Documentation for 7bab516e59
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<map id="binary_search_tree< T >" name="binary_search_tree< T >">
|
||||
<area shape="rect" id="node1" title="The Binary Search Tree class." alt="" coords="83,109,247,136"/>
|
||||
<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="5,5,176,47"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/size_t.html" title=" " alt="" coords="200,13,283,39"/>
|
||||
<area shape="rect" id="node1" title="The Binary Search Tree class." alt="" coords="85,109,251,136"/>
|
||||
<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="5,5,179,47"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/size_t.html" title=" " alt="" coords="203,13,285,39"/>
|
||||
</map>
|
||||
|
||||
@@ -4,17 +4,17 @@
|
||||
<!-- Generated by graphviz version 2.47.3 (20210619.1520)
|
||||
-->
|
||||
<!-- Title: binary_search_tree< T > Pages: 1 -->
|
||||
<svg width="216pt" height="106pt"
|
||||
viewBox="0.00 0.00 216.00 106.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="218pt" height="106pt"
|
||||
viewBox="0.00 0.00 218.00 106.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 102)">
|
||||
<title>binary_search_tree< T ></title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 212,-102 212,4 -4,4"/>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 214,-102 214,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="The Binary Search Tree class.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="58.5,-0.5 58.5,-19.5 181.5,-19.5 181.5,-0.5 58.5,-0.5"/>
|
||||
<text text-anchor="middle" x="120" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree< T ></text>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="59.5,-0.5 59.5,-19.5 184.5,-19.5 184.5,-0.5 59.5,-0.5"/>
|
||||
<text text-anchor="middle" x="122" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree< T ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,34 +22,34 @@
|
||||
<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="black" points="0,-67.5 0,-97.5 128,-97.5 128,-67.5 0,-67.5"/>
|
||||
<polygon fill="white" stroke="black" points="0,-67.5 0,-97.5 130,-97.5 130,-67.5 0,-67.5"/>
|
||||
<text text-anchor="start" x="8" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::unique_ptr< binary</text>
|
||||
<text text-anchor="middle" x="64" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">_search_tree::bst_node ></text>
|
||||
<text text-anchor="middle" x="65" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">_search_tree::bst_node ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M81.57,-59.38C92.17,-46.04 105.1,-29.76 112.94,-19.89"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="78.81,-57.23 75.33,-67.23 84.29,-61.58 78.81,-57.23"/>
|
||||
<text text-anchor="middle" x="110.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> root_</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M82.88,-59.38C93.67,-46.04 106.84,-29.76 114.81,-19.89"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="80.1,-57.26 76.53,-67.23 85.54,-61.66 80.1,-57.26"/>
|
||||
<text text-anchor="middle" x="112" y="-41" 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 target="_blank" xlink:href="http://en.cppreference.com/w/cpp/types/size_t.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="146,-73 146,-92 208,-92 208,-73 146,-73"/>
|
||||
<text text-anchor="middle" x="177" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">std::size_t</text>
|
||||
<polygon fill="white" stroke="black" points="148,-73 148,-92 210,-92 210,-73 148,-73"/>
|
||||
<text text-anchor="middle" x="179" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">std::size_t</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node1 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node3->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M163.58,-64.9C152.13,-50.74 136.14,-30.96 127.05,-19.72"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="161,-67.28 170.01,-72.86 166.45,-62.88 161,-67.28"/>
|
||||
<text text-anchor="middle" x="163.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> size_</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M165.58,-64.9C154.13,-50.74 138.14,-30.96 129.05,-19.72"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="163,-67.28 172.01,-72.86 168.45,-62.88 163,-67.28"/>
|
||||
<text text-anchor="middle" x="165.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> size_</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user