Files
C-Plus-Plus/d3/da6/classbinary__search__tree__coll__graph.svg
2022-09-25 21:21:45 +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 6.0.1 (20220911.1526)
-->
<!-- 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="M100.71,-81.51C123.85,-63.41 156.46,-37.92 173.36,-24.71"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="98.39,-78.88 92.66,-87.8 102.7,-84.4 98.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.93,-80.9C40.94,-77.6 38.34,-73.96 36.5,-70 30.56,-57.24 35.62,-41.47 41.07,-30.27"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="41.74,-83.65 51.42,-87.96 46.54,-78.56 41.74,-83.65"/>
<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.5,-40.09C60.97,-55.46 66.61,-74.85 70.37,-87.8"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="59.79,-38.85 53.63,-30.22 53.06,-40.8 59.79,-38.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.85,-83.41C186.22,-65.17 185.27,-38.15 184.8,-24.53"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="183.35,-83.57 187.2,-93.44 190.35,-83.32 183.35,-83.57"/>
<text text-anchor="middle" x="199" y="-56.5" font-family="Helvetica,sans-Serif" font-size="10.00"> size_</text>
</g>
</g>
</svg>