TheAlgorithms-C/df/ddc/struct_node__coll__graph.svg

33 lines
1.7 KiB
XML
Raw Normal View History

<?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">
<!-- Generated by graphviz version 7.0.4 (20221203.1631)
-->
<!-- Title: Node Pages: 1 -->
<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">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 59)">
<title>Node</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Node, the basic data structure of the tree.">
<polygon fill="#999999" stroke="#666666" points="40,-37 0,-37 0,-18 40,-18 40,-37"/>
<text text-anchor="middle" x="20" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">Node</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M51.76,-30.56C55.54,-30 58,-28.98 58,-27.5 58,-24.79 49.76,-23.63 40.33,-24.01"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="51.7,-27.06 41.84,-30.93 51.97,-34.05 51.7,-27.06"/>
<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>
</g>
</g>
</svg>