mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-21 20:31:43 +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 2.44.0 (20200408.0750)
|
|
-->
|
|
<!-- Title: Queue Pages: 1 -->
|
|
<svg width="123pt" height="152pt"
|
|
viewBox="0.00 0.00 123.00 152.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 148)">
|
|
<title>Queue</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-148 119,-148 119,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="15,-0.5 15,-19.5 60,-19.5 60,-0.5 15,-0.5"/>
|
|
<text text-anchor="middle" x="37.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=" ">
|
|
<polygon fill="white" stroke="black" points="0,-107 0,-126 75,-126 75,-107 0,-107"/>
|
|
<text text-anchor="middle" x="37.5" y="-114" font-family="Helvetica,sans-Serif" font-size="10.00">node< Kind ></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="M37.5,-96.84C37.5,-74.08 37.5,-36.53 37.5,-19.67"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="34,-96.95 37.5,-106.95 41,-96.95 34,-96.95"/>
|
|
<text text-anchor="middle" x="49" y="-63" font-family="Helvetica,sans-Serif" font-size="10.00"> front</text>
|
|
<text text-anchor="middle" x="49" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00">rear</text>
|
|
<text text-anchor="middle" x="49" y="-41" 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="M67.06,-127.88C80.89,-129.16 93,-125.37 93,-116.5 93,-105.48 74.3,-102.3 56.84,-106.94"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="67.3,-124.37 56.84,-126.06 66.07,-131.26 67.3,-124.37"/>
|
|
<text text-anchor="middle" x="104" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00"> prev</text>
|
|
<text text-anchor="middle" x="104" y="-125" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
|
<text text-anchor="middle" x="104" y="-114" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
|
<text text-anchor="middle" x="104" y="-103" font-family="Helvetica,sans-Serif" font-size="10.00">left</text>
|
|
<text text-anchor="middle" x="104" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|