mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-01 09:43:06 +08:00
56 lines
2.8 KiB
XML
56 lines
2.8 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 2.48.0 (20210717.1556)
|
|
-->
|
|
<!-- Title: binary_search_tree< T > Pages: 1 -->
|
|
<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 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="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>
|
|
<!-- 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="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="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="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="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="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>
|