mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 05:42:59 +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.46.0 (20210118.1747)
|
|
-->
|
|
<!-- 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">
|
|
<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"/>
|
|
<!-- 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>
|
|
</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 128,-97.5 128,-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>
|
|
</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>
|
|
</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>
|
|
</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>
|
|
</g>
|
|
</g>
|
|
</svg>
|