Files
C-Plus-Plus/d3/da6/classbinary__search__tree__coll__graph.svg
2023-04-14 18:47:37 +00:00

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 8.0.2 (20230410.1723)
-->
<!-- 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)">
<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>
</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&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>
</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>
</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>
</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>
</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>
</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&#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>
</g>
</g>
</svg>