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">
|
2021-02-06 03:52:57 +08:00
|
|
|
<!-- Generated by graphviz version 2.46.0 (20210118.1747)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: QueueRep Pages: 1 -->
|
|
|
|
<svg width="120pt" height="174pt"
|
|
|
|
viewBox="0.00 0.00 119.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>QueueRep</title>
|
|
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-170 115.5,-170 115.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 63,-19.5 63,-0.5 0,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="31.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">QueueRep</text>
|
|
|
|
</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.">
|
2020-06-28 23:07:29 +08:00
|
|
|
<polygon fill="white" stroke="black" points="12.5,-112.5 12.5,-131.5 50.5,-131.5 50.5,-112.5 12.5,-112.5"/>
|
|
|
|
<text text-anchor="middle" x="31.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="M31.5,-102.35C31.5,-78.25 31.5,-37.31 31.5,-19.59"/>
|
|
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="28,-102.37 31.5,-112.37 35,-102.37 28,-102.37"/>
|
|
|
|
<text text-anchor="middle" x="44" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> head</text>
|
|
|
|
<text text-anchor="middle" x="44" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00">tail</text>
|
|
|
|
</g>
|
|
|
|
<!-- Node2->Node2 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node2->Node2</title>
|
|
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M51.11,-135.2C60.37,-136.74 68.5,-132.34 68.5,-122 68.5,-108.22 54.04,-104.99 41.73,-112.31"/>
|
|
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="52.32,-131.92 41.73,-131.69 49.86,-138.48 52.32,-131.92"/>
|
2020-08-27 00:14:44 +08:00
|
|
|
<text text-anchor="middle" x="90" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
|
|
|
<text text-anchor="middle" x="90" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
|
|
|
|
<text text-anchor="middle" x="90" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
|
|
|
|
<text text-anchor="middle" x="90" y="-125" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
<text text-anchor="middle" x="90" y="-114" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
|
2020-08-27 00:14:44 +08:00
|
|
|
<text text-anchor="middle" x="90" y="-103" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
|
|
|
|
<text text-anchor="middle" x="90" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
<text text-anchor="middle" x="90" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|