TheAlgorithms-C/d9/d5c/struct_queue_rep__coll__graph.svg

54 lines
3.0 KiB
XML
Raw Normal View History

<?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.1.0 (20230121.1956)
-->
<!-- Title: QueueRep Pages: 1 -->
<svg width="120pt" height="184pt"
viewBox="0.00 0.00 119.50 184.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 180)">
<title>QueueRep</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="63,-19 0,-19 0,0 63,0 63,-19"/>
<text text-anchor="middle" x="31.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">QueueRep</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="Node, the basic data structure in the tree.">
<polygon fill="white" stroke="#666666" points="50.5,-136 12.5,-136 12.5,-117 50.5,-117 50.5,-136"/>
<text text-anchor="middle" x="31.5" y="-124" font-family="Helvetica,sans-Serif" font-size="10.00">node</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="M31.5,-105.37C31.5,-79.99 31.5,-37.48 31.5,-19.24"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="28,-105.34 31.5,-115.34 35,-105.34 28,-105.34"/>
<text text-anchor="middle" x="44" y="-51" font-family="Helvetica,sans-Serif" font-size="10.00"> head</text>
<text text-anchor="middle" x="44" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00">tail</text>
</g>
<!-- Node2&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M51.15,-140.9C60.39,-142.55 68.5,-137.75 68.5,-126.5 68.5,-111.01 53.14,-107.75 40.6,-116.7"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="52.56,-137.7 41.99,-136.9 49.76,-144.11 52.56,-137.7"/>
<text text-anchor="middle" x="90" y="-168" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="90" y="-157" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
<text text-anchor="middle" x="90" y="-146" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
<text text-anchor="middle" x="90" y="-135" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
<text text-anchor="middle" x="90" y="-124" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
<text text-anchor="middle" x="90" y="-113" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
<text text-anchor="middle" x="90" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00">prev</text>
<text text-anchor="middle" x="90" y="-91" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
<text text-anchor="middle" x="90" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
</g>
</g>
</svg>