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-12-10 01:57:52 +08:00
|
|
|
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: Node Pages: 1 -->
|
2021-12-10 01:57:52 +08:00
|
|
|
<svg width="85pt" height="63pt"
|
|
|
|
viewBox="0.00 0.00 85.00 63.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2021-10-26 03:34:27 +08:00
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 59)">
|
2020-06-28 23:07:29 +08:00
|
|
|
<title>Node</title>
|
2021-12-10 01:57:52 +08:00
|
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-59 81,-59 81,4 -4,4"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
2020-06-29 04:40:24 +08:00
|
|
|
<g id="a_node1"><a xlink:title="Node, the basic data structure of the tree.">
|
2021-10-26 03:34:27 +08:00
|
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-18 0,-37 40,-37 40,-18 0,-18"/>
|
|
|
|
<text text-anchor="middle" x="20" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">Node</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node1 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node1</title>
|
2021-10-26 03:34:27 +08:00
|
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M50.42,-30.9C54.94,-30.37 58,-29.24 58,-27.5 58,-24.65 49.76,-23.42 40.33,-23.82"/>
|
|
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="50.23,-27.4 40.33,-31.18 50.42,-34.4 50.23,-27.4"/>
|
2021-12-10 01:57:52 +08:00
|
|
|
<text text-anchor="middle" x="67.5" y="-47" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
|
|
|
<text text-anchor="middle" x="67.5" y="-36" font-family="Helvetica,sans-Serif" font-size="10.00">llink</text>
|
|
|
|
<text text-anchor="middle" x="67.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
|
|
|
<text text-anchor="middle" x="67.5" y="-14" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
|
|
|
<text text-anchor="middle" x="67.5" y="-3" font-family="Helvetica,sans-Serif" font-size="10.00">rlink</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|