Files
C-Plus-Plus/d9/dde/classbinary__search__tree_a99771c2e1353e8ddfd4bb9d30b7a98fb_cgraph.svg
2023-01-22 19:44:10 +00:00

82 lines
4.1 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 7.0.6 (20230106.0513)
-->
<!-- Title: binary_search_tree::remove Pages: 1 -->
<svg width="377pt" height="94pt"
viewBox="0.00 0.00 377.00 93.50" 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 89.5)">
<title>binary_search_tree::remove</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Remove a specified value from the BST.">
<polygon fill="#999999" stroke="#666666" points="99,-45.5 0,-45.5 0,-15.5 99,-15.5 99,-45.5"/>
<text text-anchor="start" x="8" y="-33.5" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree</text>
<text text-anchor="middle" x="49.5" y="-22.5" font-family="Helvetica,sans-Serif" font-size="10.00">::remove</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d9/dde/classbinary__search__tree.html#af4a865ce5244608819b169fc78a41153" target="_top" xlink:title="Recursive function to remove a value from the BST.">
<polygon fill="white" stroke="#666666" points="234,-45.5 135,-45.5 135,-15.5 234,-15.5 234,-45.5"/>
<text text-anchor="start" x="143" y="-33.5" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree</text>
<text text-anchor="middle" x="184.5" y="-22.5" font-family="Helvetica,sans-Serif" font-size="10.00">::remove</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M99.27,-30.5C107.13,-30.5 115.35,-30.5 123.44,-30.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="123.22,-34 133.22,-30.5 123.22,-27 123.22,-34"/>
</g>
<!-- Node2&#45;&gt;Node2 -->
<g id="edge5" class="edge">
<title>Node2&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M160.77,-45.78C155.5,-54.91 163.41,-63.5 184.5,-63.5 196.04,-63.5 203.63,-60.93 207.28,-57.11"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="210.75,-57.54 208.1,-47.28 203.78,-56.96 210.75,-57.54"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d9/dde/classbinary__search__tree.html#a75f897af6aa732a9901454401c869bcb" target="_top" xlink:title="Recursive function to find the maximum value in the BST.">
<polygon fill="white" stroke="#666666" points="369,-67.5 270,-67.5 270,-37.5 369,-37.5 369,-67.5"/>
<text text-anchor="start" x="278" y="-55.5" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search_tree</text>
<text text-anchor="middle" x="319.5" y="-44.5" font-family="Helvetica,sans-Serif" font-size="10.00">::find_max</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M234.27,-38.57C242.13,-39.87 250.35,-41.23 258.44,-42.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="257.81,-46.01 268.24,-44.19 258.95,-39.1 257.81,-46.01"/>
</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/utility/move.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="349.5,-19 289.5,-19 289.5,0 349.5,0 349.5,-19"/>
<text text-anchor="middle" x="319.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">std::move</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node2&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M234.27,-22.8C248.63,-20.53 264.19,-18.08 277.98,-15.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="278.25,-19.4 287.58,-14.38 277.16,-12.48 278.25,-19.4"/>
</g>
<!-- Node3&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M295.77,-67.78C290.5,-76.91 298.41,-85.5 319.5,-85.5 331.04,-85.5 338.63,-82.93 342.28,-79.11"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="345.75,-79.54 343.1,-69.28 338.78,-78.96 345.75,-79.54"/>
</g>
</g>
</svg>