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 2.49.3 (20211023.0002)
-->
<!-- Title: QueueRep Pages: 1 -->
<svg width="122pt" height="174pt"
viewBox="0.00 0.00 122.00 174.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 170)">
<title>QueueRep</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-170 118,-170 118,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 65,-19.5 65,-0.5 0,-0.5"/>
<text text-anchor="middle" x="32.5" y="-7.5" 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="black" points="13,-112.5 13,-131.5 52,-131.5 52,-112.5 13,-112.5"/>
<text text-anchor="middle" x="32.5" y="-119.5" 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="M32.5,-102.35C32.5,-78.25 32.5,-37.31 32.5,-19.59"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="29,-102.37 32.5,-112.37 36,-102.37 29,-102.37"/>
<text text-anchor="middle" x="45.5" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> head</text>
<text text-anchor="middle" x="45.5" y="-41" 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="M52.37,-135.2C61.76,-136.74 70,-132.34 70,-122 70,-108.22 55.35,-104.99 42.87,-112.31"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="53.46,-131.87 42.87,-131.69 51.03,-138.44 53.46,-131.87"/>
<text text-anchor="middle" x="92" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="92" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
<text text-anchor="middle" x="92" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
<text text-anchor="middle" x="92" y="-125" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
<text text-anchor="middle" x="92" y="-114" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
<text text-anchor="middle" x="92" y="-103" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
<text text-anchor="middle" x="92" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
<text text-anchor="middle" x="92" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
</g>
</g>
</svg>