mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
54 lines
3.0 KiB
XML
54 lines
3.0 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 2.46.0 (20210118.1747)
|
|
-->
|
|
<!-- Title: queue Pages: 1 -->
|
|
<svg width="110pt" height="174pt"
|
|
viewBox="0.00 0.00 109.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 105.5,-170 105.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 43,-19.5 43,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="21.5" 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 40.5,-131.5 40.5,-112.5 2.5,-112.5"/>
|
|
<text text-anchor="middle" x="21.5" y="-119.5" font-family="Helvetica,sans-Serif" font-size="10.00">node</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node2->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M21.5,-102.35C21.5,-78.25 21.5,-37.31 21.5,-19.59"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="18,-102.37 21.5,-112.37 25,-102.37 18,-102.37"/>
|
|
<text text-anchor="middle" x="33" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> front</text>
|
|
<text text-anchor="middle" x="33" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00">rear</text>
|
|
</g>
|
|
<!-- Node2->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node2->Node2</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M41.11,-135.2C50.37,-136.74 58.5,-132.34 58.5,-122 58.5,-108.22 44.04,-104.99 31.73,-112.31"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="42.32,-131.92 31.73,-131.69 39.86,-138.48 42.32,-131.92"/>
|
|
<text text-anchor="middle" x="80" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
|
<text text-anchor="middle" x="80" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
|
|
<text text-anchor="middle" x="80" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
|
|
<text text-anchor="middle" x="80" y="-125" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
|
<text text-anchor="middle" x="80" y="-114" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
|
|
<text text-anchor="middle" x="80" y="-103" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
|
|
<text text-anchor="middle" x="80" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
|
<text text-anchor="middle" x="80" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|