2020-06-28 23:07:29 +08:00
|
|
|
<?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">
|
2023-04-14 05:36:06 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.2 (20230410.1723)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: queue Pages: 1 -->
|
2023-03-03 23:16:25 +08:00
|
|
|
<svg width="110pt" height="184pt"
|
|
|
|
viewBox="0.00 0.00 109.50 184.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 180)">
|
2020-06-28 23:07:29 +08:00
|
|
|
<title>queue</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<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>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
2020-07-22 20:41:17 +08:00
|
|
|
<g id="a_node2"><a xlink:href="../../d5/da1/structnode.html" target="_top" xlink:title="Node, the basic data structure in the tree.">
|
2023-03-03 23:16:25 +08:00
|
|
|
<polygon fill="white" stroke="#666666" points="40.5,-136 2.5,-136 2.5,-117 40.5,-117 40.5,-136"/>
|
|
|
|
<text text-anchor="middle" x="21.5" y="-124" font-family="Helvetica,sans-Serif" font-size="10.00">node</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2->Node1 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node2->Node1</title>
|
2023-04-08 03:38:36 +08:00
|
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M21.5,-106.06C21.5,-80.77 21.5,-37.65 21.5,-19.24"/>
|
|
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="18,-105.86 21.5,-115.86 25,-105.86 18,-105.86"/>
|
2022-09-08 08:17:03 +08:00
|
|
|
<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>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node2->Node2 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node2->Node2</title>
|
2023-04-08 03:38:36 +08:00
|
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M40.55,-140.79C50.04,-142.76 58.5,-137.99 58.5,-126.5 58.5,-111.01 43.14,-107.75 30.6,-116.7"/>
|
|
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="42.16,-137.22 31.6,-136.3 39.28,-143.6 42.16,-137.22"/>
|
2023-03-03 23:16:25 +08:00
|
|
|
<text text-anchor="middle" x="80" y="-168" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
|
|
|
<text text-anchor="middle" x="80" y="-157" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
|
|
|
|
<text text-anchor="middle" x="80" y="-146" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
|
|
|
|
<text text-anchor="middle" x="80" y="-135" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
|
|
|
<text text-anchor="middle" x="80" y="-124" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
|
|
|
|
<text text-anchor="middle" x="80" y="-113" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
|
|
|
|
<text text-anchor="middle" x="80" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00">prev</text>
|
2022-09-08 08:17:03 +08:00
|
|
|
<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>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|