mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 21:32:09 +08:00
80 lines
4.3 KiB
XML
80 lines
4.3 KiB
XML
<?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 7.0.6 (20230106.0513)
|
|
-->
|
|
<!-- Title: binary_search_tree< T > 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)">
|
|
<title>binary_search_tree< T ></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< T ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<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< binary</text>
|
|
<text text-anchor="middle" x="74.5" y="-95" 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="M101.58,-80.83C124.52,-62.89 156.28,-38.06 173.06,-24.95"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="99.58,-77.95 93.86,-86.87 103.89,-83.46 99.58,-77.95"/>
|
|
<text text-anchor="middle" x="155" y="-56.5" 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">< T >::bst_node</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node2->Node3</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M43.01,-79.87C40.41,-76.84 38.15,-73.55 36.5,-70 30.56,-57.24 35.62,-41.47 41.07,-30.27"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="40.32,-82.13 49.93,-86.58 45.19,-77.11 40.32,-82.13"/>
|
|
<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>
|
|
</g>
|
|
<!-- Node3->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node3->Node2</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M56.76,-40.98C61.19,-56.2 66.68,-75.1 70.37,-87.8"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="60.21,-40.3 54.06,-31.68 53.49,-42.26 60.21,-40.3"/>
|
|
<text text-anchor="middle" x="73" y="-56.5" 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>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node4->Node1 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node4->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M186.8,-81.87C186.17,-63.87 185.28,-38.33 184.81,-24.96"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="183.29,-81.74 187.14,-91.61 190.29,-81.49 183.29,-81.74"/>
|
|
<text text-anchor="middle" x="199" y="-56.5" font-family="Helvetica,sans-Serif" font-size="10.00"> size_</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|