TheAlgorithms-C/dd/d75/structqueue__coll__graph.svg
2022-09-27 16:01:47 +00:00

53 lines
2.9 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 6.0.1 (20220911.1526)
-->
<!-- Title: queue Pages: 1 -->
<svg width="110pt" height="173pt"
viewBox="0.00 0.00 109.50 173.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 169)">
<title>queue</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="43,-19 0,-19 0,0 43,0 43,-19"/>
<text text-anchor="middle" x="21.5" y="-7" 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="#666666" points="40.5,-130.5 2.5,-130.5 2.5,-111.5 40.5,-111.5 40.5,-130.5"/>
<text text-anchor="middle" x="21.5" y="-118.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="M21.5,-101.11C21.5,-77.08 21.5,-36.61 21.5,-19.05"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="18,-101.41 21.5,-111.41 25,-101.41 18,-101.41"/>
<text text-anchor="middle" x="33" y="-51" font-family="Helvetica,sans-Serif" font-size="10.00"> front</text>
<text text-anchor="middle" x="33" y="-40" 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="M40.82,-134.34C50.2,-136.03 58.5,-131.59 58.5,-121 58.5,-106.88 43.74,-103.69 31.35,-111.41"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="41.94,-131.01 31.35,-130.59 39.37,-137.52 41.94,-131.01"/>
<text text-anchor="middle" x="80" y="-157" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="80" y="-146" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
<text text-anchor="middle" x="80" y="-135" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
<text text-anchor="middle" x="80" y="-124" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
<text text-anchor="middle" x="80" y="-113" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
<text text-anchor="middle" x="80" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
<text text-anchor="middle" x="80" y="-91" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
<text text-anchor="middle" x="80" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
</g>
</g>
</svg>