TheAlgorithms-C/d6/d6d/struct_graph__coll__graph.svg

69 lines
3.8 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.1 (20221109.1506)
-->
<!-- Title: Graph Pages: 1 -->
<svg width="165pt" height="173pt"
viewBox="0.00 0.00 164.50 173.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 169)">
<title>Graph</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="66,-19 23,-19 23,0 66,0 66,-19"/>
<text text-anchor="middle" x="44.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">Graph</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d5/db4/struct_edge.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="39,-130.5 0,-130.5 0,-111.5 39,-111.5 39,-130.5"/>
<text text-anchor="middle" x="19.5" y="-118.5" font-family="Helvetica,sans-Serif" font-size="10.00">Edge</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M17.11,-100C15.83,-82.74 15.82,-57.45 23.5,-37 25.98,-30.41 30.74,-24.17 35.11,-19.41"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="13.63,-100.3 18.09,-109.9 20.59,-99.61 13.63,-100.3"/>
<text text-anchor="middle" x="37" y="-51" font-family="Helvetica,sans-Serif" font-size="10.00"> edge</text>
<text text-anchor="middle" x="37" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00">edges</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d5/da1/structnode.html" target="_top" xlink:title="Node, the basic data structure in the tree.">
<polygon fill="white" stroke="#666666" points="95.5,-130.5 57.5,-130.5 57.5,-111.5 95.5,-111.5 95.5,-130.5"/>
<text text-anchor="middle" x="76.5" y="-118.5" font-family="Helvetica,sans-Serif" font-size="10.00">node</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node1 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M70.67,-100.06C63.65,-76.03 52.16,-36.7 47.07,-19.28"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="67.29,-100.97 73.46,-109.59 74.01,-99.01 67.29,-100.97"/>
<text text-anchor="middle" x="77" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00"> adjLists</text>
</g>
<!-- Node3&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node3</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M97.54,-134.58C106.19,-135.46 113.5,-130.93 113.5,-121 113.5,-107.03 99.04,-103.75 86.73,-111.18"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="98.75,-131.3 88.16,-131.32 96.46,-137.91 98.75,-131.3"/>
<text text-anchor="middle" x="135" y="-157" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="135" y="-146" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
<text text-anchor="middle" x="135" y="-135" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
<text text-anchor="middle" x="135" y="-124" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
<text text-anchor="middle" x="135" y="-113" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
<text text-anchor="middle" x="135" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
<text text-anchor="middle" x="135" y="-91" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
<text text-anchor="middle" x="135" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
</g>
</g>
</svg>