TheAlgorithms-C/d6/d6d/struct_graph__coll__graph.svg

70 lines
3.9 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.1.0 (20230121.1956)
-->
<!-- Title: Graph Pages: 1 -->
<svg width="165pt" height="184pt"
viewBox="0.00 0.00 164.50 184.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 180)">
<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,-136 0,-136 0,-117 39,-117 39,-136"/>
<text text-anchor="middle" x="19.5" y="-124" 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="M16.96,-105.27C15.45,-86.86 15.18,-59.25 23.5,-37 25.97,-30.4 30.73,-24.17 35.1,-19.4"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="13.47,-105.52 18,-115.1 20.43,-104.79 13.47,-105.52"/>
<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,-136 57.5,-136 57.5,-117 95.5,-117 95.5,-136"/>
<text text-anchor="middle" x="76.5" y="-124" 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="M71.09,-106.06C64.05,-80.77 52.05,-37.65 46.93,-19.24"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="67.64,-106.7 73.69,-115.4 74.38,-104.83 67.64,-106.7"/>
<text text-anchor="middle" x="76" 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="M96.15,-140.9C105.39,-142.55 113.5,-137.75 113.5,-126.5 113.5,-111.01 98.14,-107.75 85.6,-116.7"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="97.56,-137.7 86.99,-136.9 94.76,-144.11 97.56,-137.7"/>
<text text-anchor="middle" x="135" y="-168" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="135" y="-157" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
<text text-anchor="middle" x="135" y="-146" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
<text text-anchor="middle" x="135" y="-135" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
<text text-anchor="middle" x="135" y="-124" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
<text text-anchor="middle" x="135" y="-113" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
<text text-anchor="middle" x="135" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00">prev</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>