mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-14 22:27:45 +08:00
51 lines
2.8 KiB
XML
51 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 8.0.5 (20230430.1635)
|
|
-->
|
|
<!-- Title: RBtree Pages: 1 -->
|
|
<svg width="95pt" height="153pt"
|
|
viewBox="0.00 0.00 94.88 153.25" 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 149.25)">
|
|
<title>RBtree</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#999999" stroke="#666666" points="46.75,-19.25 0,-19.25 0,0 46.75,0 46.75,-19.25"/>
|
|
<text text-anchor="middle" x="23.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">RBtree</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../d5/da1/structnode.html" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="41.88,-121.12 4.88,-121.12 4.88,-101.88 41.88,-101.88 41.88,-121.12"/>
|
|
<text text-anchor="middle" x="23.38" y="-107.62" font-family="Helvetica,sans-Serif" font-size="10.00">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="M23.38,-90.82C23.38,-69.25 23.38,-35.58 23.38,-19.61"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="19.88,-90.64 23.38,-100.64 26.88,-90.64 19.88,-90.64"/>
|
|
<text text-anchor="middle" x="31.62" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00"> q</text>
|
|
<text text-anchor="middle" x="31.62" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00">root</text>
|
|
</g>
|
|
<!-- Node2->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node2->Node2</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M47.66,-123.26C54.56,-122.78 59.88,-118.86 59.88,-111.5 59.88,-100.55 48.11,-97.21 36.85,-101.49"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="48.28,-119.65 37.85,-121.51 47.16,-126.56 48.28,-119.65"/>
|
|
<text text-anchor="middle" x="73.38" y="-135.75" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
|
<text text-anchor="middle" x="73.38" y="-124.5" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
|
|
<text text-anchor="middle" x="73.38" y="-113.25" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
|
<text text-anchor="middle" x="73.38" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00">parent</text>
|
|
<text text-anchor="middle" x="73.38" y="-90.75" font-family="Helvetica,sans-Serif" font-size="10.00">prev</text>
|
|
<text text-anchor="middle" x="73.38" y="-79.5" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|