TheAlgorithms-C/dd/d75/structqueue__coll__graph.svg

85 lines
4.2 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 8.0.5 (20230430.1635)
-->
<!-- Title: queue Pages: 1 -->
<svg width="108pt" height="187pt"
viewBox="0.00 0.00 107.62 187.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 183)">
<title>queue</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="42.25,-19.25 0,-19.25 0,0 42.25,0 42.25,-19.25"/>
<text text-anchor="middle" x="21.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">queue</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><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="39.62,-138 2.62,-138 2.62,-118.75 39.62,-118.75 39.62,-138"/>
<text text-anchor="middle" x="21.12" y="-124.5" font-family="Helvetica,sans-Serif" font-size="10.00">node</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node2&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M21.12,-107.64C21.12,-81.96 21.12,-38.19 21.12,-19.5"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="17.63,-107.6 21.12,-117.6 24.63,-107.6 17.63,-107.6"/>
</a>
</g>
<text text-anchor="middle" x="32.38" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> front</text>
<text text-anchor="middle" x="32.38" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">rear</text>
</g>
<!-- Node2&#45;&gt;Node2 -->
<g id="edge2_Node000002_Node000002" class="edge">
<title>Node2&#45;&gt;Node2</title>
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M39.92,-142.91C49.28,-144.92 57.62,-140.07 57.62,-128.38 57.62,-112.62 42.47,-109.29 30.11,-118.4"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="41.65,-139.39 31.11,-138.35 38.7,-145.74 41.65,-139.39"/>
</a>
</g>
<text text-anchor="middle" x="78.62" y="-169.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
<text text-anchor="middle" x="78.62" y="-158.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">leftNode</text>
<text text-anchor="middle" x="78.62" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">link</text>
<text text-anchor="middle" x="78.62" y="-135.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">next</text>
<text text-anchor="middle" x="78.62" y="-124.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">par</text>
<text text-anchor="middle" x="78.62" y="-113.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">pre</text>
<text text-anchor="middle" x="78.62" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">prev</text>
<text text-anchor="middle" x="78.62" y="-90.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
<text text-anchor="middle" x="78.62" y="-79.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">rightNode</text>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>