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 2.44.1 (20200629.0846)
-->
<!-- Title: Graph Pages: 1 -->
<svg width="165pt" height="174pt"
viewBox="0.00 0.00 164.50 174.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 170)">
<title>Graph</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-170 160.5,-170 160.5,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#bfbfbf" stroke="black" points="56.5,-0.5 56.5,-19.5 99.5,-19.5 99.5,-0.5 56.5,-0.5"/>
<text text-anchor="middle" x="78" y="-7.5" 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/da1/structnode.html" target="_top" xlink:title="Node, the basic data structure in the tree.">
<polygon fill="white" stroke="black" points="0,-112.5 0,-131.5 38,-131.5 38,-112.5 0,-112.5"/>
<text text-anchor="middle" x="19" y="-119.5" font-family="Helvetica,sans-Serif" font-size="10.00">node</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="M28.48,-103.32C41.33,-79.37 63.76,-37.55 73.39,-19.59"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="25.27,-101.9 23.63,-112.37 31.44,-105.21 25.27,-101.9"/>
<text text-anchor="middle" x="81.5" y="-46.5" font-family="Helvetica,sans-Serif" font-size="10.00"> adjLists</text>
</g>
<!-- Node2&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M38.61,-135.2C47.87,-136.74 56,-132.34 56,-122 56,-108.22 41.54,-104.99 29.23,-112.31"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="39.82,-131.92 29.23,-131.69 37.36,-138.48 39.82,-131.92"/>
<text text-anchor="middle" x="77.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="77.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
<text text-anchor="middle" x="77.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
<text text-anchor="middle" x="77.5" y="-125" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
<text text-anchor="middle" x="77.5" y="-114" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
<text text-anchor="middle" x="77.5" y="-103" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
<text text-anchor="middle" x="77.5" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
<text text-anchor="middle" x="77.5" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d5/db4/struct_edge.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="117.5,-112.5 117.5,-131.5 156.5,-131.5 156.5,-112.5 117.5,-112.5"/>
<text text-anchor="middle" x="137" y="-119.5" font-family="Helvetica,sans-Serif" font-size="10.00">Edge</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node1 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M131.9,-102.44C126.57,-84.94 117.16,-58.42 104,-38 99.63,-31.22 93.39,-24.67 88.12,-19.72"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="128.66,-103.85 134.8,-112.48 135.38,-101.9 128.66,-103.85"/>
<text text-anchor="middle" x="128.5" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> edge</text>
<text text-anchor="middle" x="128.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00">edges</text>
</g>
</g>
</svg>