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-28 03:43:13 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: queue Pages: 1 -->
|
2023-04-28 03:43:13 +08:00
|
|
|
<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">
|
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 183)">
|
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=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<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>
|
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-04-28 03:43:13 +08:00
|
|
|
<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>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2->Node1 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node2->Node1</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<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"/>
|
|
|
|
<text text-anchor="middle" x="32.38" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00"> front</text>
|
|
|
|
<text text-anchor="middle" x="32.38" y="-39" 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-28 03:43:13 +08:00
|
|
|
<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"/>
|
|
|
|
<text text-anchor="middle" x="78.62" y="-169.5" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
|
|
|
<text text-anchor="middle" x="78.62" y="-158.25" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
|
|
|
|
<text text-anchor="middle" x="78.62" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
|
|
|
|
<text text-anchor="middle" x="78.62" y="-135.75" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
|
|
|
<text text-anchor="middle" x="78.62" y="-124.5" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
|
|
|
|
<text text-anchor="middle" x="78.62" y="-113.25" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
|
|
|
|
<text text-anchor="middle" x="78.62" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00">prev</text>
|
|
|
|
<text text-anchor="middle" x="78.62" y="-90.75" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
|
|
|
<text text-anchor="middle" x="78.62" y="-79.5" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|