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-05-13 02:30:22 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: Node Pages: 1 -->
|
2023-04-28 03:43:13 +08:00
|
|
|
<svg width="84pt" height="64pt"
|
|
|
|
viewBox="0.00 0.00 84.00 64.25" 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 60.25)">
|
2020-06-28 23:07:29 +08:00
|
|
|
<title>Node</title>
|
|
|
|
<!-- 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.">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="39.25,-37.75 0,-37.75 0,-18.5 39.25,-18.5 39.25,-37.75"/>
|
|
|
|
<text text-anchor="middle" x="19.62" y="-24.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>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M50.25,-31.34C54.45,-30.8 57.25,-29.73 57.25,-28.12 57.25,-25.34 48.87,-24.17 39.37,-24.6"/>
|
|
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="50.27,-27.86 40.37,-31.65 50.46,-34.86 50.27,-27.86"/>
|
|
|
|
<text text-anchor="middle" x="66.62" y="-46.75" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
|
|
|
<text text-anchor="middle" x="66.62" y="-35.5" font-family="Helvetica,sans-Serif" font-size="10.00">llink</text>
|
|
|
|
<text text-anchor="middle" x="66.62" y="-24.25" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
|
|
|
<text text-anchor="middle" x="66.62" y="-13" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
|
|
|
<text text-anchor="middle" x="66.62" y="-1.75" font-family="Helvetica,sans-Serif" font-size="10.00">rlink</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|