mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-22 04:42:10 +08:00
52 lines
2.8 KiB
XML
52 lines
2.8 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 7.0.6 (20230106.0513)
|
|
-->
|
|
<!-- Title: Queue Pages: 1 -->
|
|
<svg width="96pt" height="162pt"
|
|
viewBox="0.00 0.00 95.50 162.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 158)">
|
|
<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="45,-19 0,-19 0,0 45,0 45,-19"/>
|
|
<text text-anchor="middle" x="22.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=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="41.5,-130.5 3.5,-130.5 3.5,-111.5 41.5,-111.5 41.5,-130.5"/>
|
|
<text text-anchor="middle" x="22.5" y="-118.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="M22.5,-99.73C22.5,-75.67 22.5,-36.62 22.5,-19.28"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="19,-99.53 22.5,-109.53 26,-99.53 19,-99.53"/>
|
|
<text text-anchor="middle" x="34" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00"> front</text>
|
|
<text text-anchor="middle" x="34" y="-51" font-family="Helvetica,sans-Serif" font-size="10.00">rear</text>
|
|
<text text-anchor="middle" x="34" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00">t</text>
|
|
</g>
|
|
<!-- Node2->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node2->Node2</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M45.4,-133.66C53.21,-133.74 59.5,-129.52 59.5,-121 59.5,-108.61 46.2,-105.32 34.25,-111.12"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="46.26,-130.26 35.71,-131.24 44.57,-137.06 46.26,-130.26"/>
|
|
<text text-anchor="middle" x="73.5" y="-146" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
|
<text text-anchor="middle" x="73.5" y="-135" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
|
|
<text text-anchor="middle" x="73.5" y="-124" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
|
<text text-anchor="middle" x="73.5" y="-113" font-family="Helvetica,sans-Serif" font-size="10.00">parent</text>
|
|
<text text-anchor="middle" x="73.5" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00">prev</text>
|
|
<text text-anchor="middle" x="73.5" y="-91" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|