TheAlgorithms-C/df/ddc/struct_node__coll__graph.svg

32 lines
1.6 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 2.46.0 (20210118.1747)
-->
<!-- Title: Node Pages: 1 -->
<svg width="87pt" height="41pt"
viewBox="0.00 0.00 87.00 41.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 37)">
<title>Node</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-37 83,-37 83,4 -4,4"/>
<!-- 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="#bfbfbf" stroke="black" points="0,-7 0,-26 40,-26 40,-7 0,-7"/>
<text text-anchor="middle" x="20" y="-14" 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="M50.42,-19.9C54.94,-19.37 58,-18.24 58,-16.5 58,-13.65 49.76,-12.42 40.33,-12.82"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="50.23,-16.4 40.33,-20.18 50.42,-23.4 50.23,-16.4"/>
<text text-anchor="middle" x="68.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00"> llink</text>
<text text-anchor="middle" x="68.5" y="-14" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
<text text-anchor="middle" x="68.5" y="-3" font-family="Helvetica,sans-Serif" font-size="10.00">rlink</text>
</g>
</g>
</svg>