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-08 03:38:36 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.1 (20230327.1645)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: node Pages: 1 -->
|
2023-03-03 23:16:25 +08:00
|
|
|
<svg width="107pt" height="107pt"
|
|
|
|
viewBox="0.00 0.00 107.00 107.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 103)">
|
2020-06-28 23:07:29 +08:00
|
|
|
<title>node</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
2020-07-22 20:41:17 +08:00
|
|
|
<g id="a_node1"><a xlink:title="Node, the basic data structure in the tree.">
|
2023-03-03 23:16:25 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="38,-59 0,-59 0,-40 38,-40 38,-59"/>
|
|
|
|
<text text-anchor="middle" x="19" y="-47" 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-08 03:38:36 +08:00
|
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M49.11,-52.67C53.24,-52.14 56,-51.09 56,-49.5 56,-46.75 47.76,-45.6 38.42,-46.02"/>
|
|
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="49.31,-49.19 39.42,-52.98 49.51,-56.19 49.31,-49.19"/>
|
2023-03-03 23:16:25 +08:00
|
|
|
<text text-anchor="middle" x="77.5" y="-91" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
|
|
|
<text text-anchor="middle" x="77.5" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
|
|
|
|
<text text-anchor="middle" x="77.5" y="-69" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
|
|
|
|
<text text-anchor="middle" x="77.5" y="-58" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
|
|
|
<text text-anchor="middle" x="77.5" y="-47" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
|
|
|
|
<text text-anchor="middle" x="77.5" y="-36" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
|
|
|
|
<text text-anchor="middle" x="77.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">prev</text>
|
2021-12-10 01:57:52 +08:00
|
|
|
<text text-anchor="middle" x="77.5" y="-14" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
|
|
|
<text text-anchor="middle" x="77.5" y="-3" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|