TheAlgorithms-C/dd/d75/structqueue__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.2 (20211016.1639)
-->
<!-- Title: queue Pages: 1 -->
<svg width="112pt" height="174pt"
viewBox="0.00 0.00 111.50 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>queue</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-170 107.5,-170 107.5,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 44,-19.5 44,-0.5 0,-0.5"/>
<text text-anchor="middle" x="22" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">queue</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="2.5,-112.5 2.5,-131.5 41.5,-131.5 41.5,-112.5 2.5,-112.5"/>
<text text-anchor="middle" x="22" 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="M22,-102.35C22,-78.25 22,-37.31 22,-19.59"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="18.5,-102.37 22,-112.37 25.5,-102.37 18.5,-102.37"/>
<text text-anchor="middle" x="33.5" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> front</text>
<text text-anchor="middle" x="33.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00">rear</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="M41.87,-135.2C51.26,-136.74 59.5,-132.34 59.5,-122 59.5,-108.22 44.85,-104.99 32.37,-112.31"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="42.96,-131.87 32.37,-131.69 40.53,-138.44 42.96,-131.87"/>
<text text-anchor="middle" x="81.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="81.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
<text text-anchor="middle" x="81.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
<text text-anchor="middle" x="81.5" y="-125" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
<text text-anchor="middle" x="81.5" y="-114" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
<text text-anchor="middle" x="81.5" y="-103" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
<text text-anchor="middle" x="81.5" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
<text text-anchor="middle" x="81.5" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
</g>
</g>
</svg>