Files
C-Plus-Plus/d3/da6/classbinary__search__tree__coll__graph.svg
2023-06-16 21:35:33 +00:00

117 lines
5.6 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.5 (20230430.1635)
-->
<!-- Title: binary_search_tree&lt; T &gt; Pages: 1 -->
<svg width="254pt" height="128pt"
viewBox="0.00 0.00 253.50 127.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 123.5)">
<title>binary_search_tree&lt; T &gt;</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="The Binary Search Tree class.">
<polygon fill="#999999" stroke="#666666" points="245.5,-24.88 123,-24.88 123,-5.63 245.5,-5.63 245.5,-24.88"/>
<text text-anchor="middle" x="184.25" y="-11.38" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree&lt; T &gt;</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="138.75,-119.5 11.75,-119.5 11.75,-89 138.75,-89 138.75,-119.5"/>
<text text-anchor="start" x="19.75" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">std::unique_ptr&lt; binary</text>
<text text-anchor="middle" x="75.25" y="-94.75" 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_Node000001_Node000002" class="edge">
<title>Node2&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M101.78,-82.07C124.54,-63.91 156.21,-38.63 172.91,-25.3"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="99.88,-79.91 94.25,-88.88 104.25,-85.38 99.88,-79.91"/>
</a>
</g>
<text text-anchor="middle" x="155.62" y="-55.88" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> root_</text>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><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="98.5,-30.5 0,-30.5 0,0 98.5,0 98.5,-30.5"/>
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree</text>
<text text-anchor="middle" x="49.25" y="-5.75" 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_Node000003_Node000002" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge3_Node000003_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M43.39,-81.26C40.63,-78.13 38.24,-74.7 36.5,-71 30.45,-58.1 35.45,-42.1 40.86,-30.74"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="40.66,-83.45 50.31,-87.82 45.49,-78.39 40.66,-83.45"/>
</a>
</g>
<text text-anchor="middle" x="46.62" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
<text text-anchor="middle" x="46.62" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node3&#45;&gt;Node2</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M56.75,-41.35C61.36,-56.78 67.1,-75.99 70.96,-88.88"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="59.85,-40.51 53.64,-31.93 53.15,-42.51 59.85,-40.51"/>
</a>
</g>
<text text-anchor="middle" x="73.38" y="-55.88" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> ptr</text>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/types/size_t.html" xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="218.12,-113.88 156.38,-113.88 156.38,-94.62 218.12,-94.62 218.12,-113.88"/>
<text text-anchor="middle" x="187.25" y="-100.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::size_t</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node1 -->
<g id="edge4_Node000001_Node000004" class="edge">
<title>Node4&#45;&gt;Node1</title>
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M186.57,-83.41C185.94,-65.18 185.03,-38.97 184.56,-25.31"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="183.1,-83.39 186.94,-93.27 190.09,-83.15 183.1,-83.39"/>
</a>
</g>
<text text-anchor="middle" x="199.38" y="-55.88" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> size_</text>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>