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 3.0.0 (20220226.1711)
-->
<!-- 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="23,-0.5 23,-19.5 66,-19.5 66,-0.5 23,-0.5"/>
<text text-anchor="middle" x="44.5" 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/db4/struct_edge.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="0,-112.5 0,-131.5 39,-131.5 39,-112.5 0,-112.5"/>
<text text-anchor="middle" x="19.5" y="-119.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.23,-102.02C15.91,-84.76 15.77,-58.89 23.5,-38 26.06,-31.09 31.06,-24.54 35.55,-19.62"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="13.8,-102.81 18.26,-112.42 20.76,-102.12 13.8,-102.81"/>
<text text-anchor="middle" x="37" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> edge</text>
<text text-anchor="middle" x="37" y="-41" 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="black" points="57.5,-112.5 57.5,-131.5 95.5,-131.5 95.5,-112.5 57.5,-112.5"/>
<text text-anchor="middle" x="76.5" y="-119.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="M71.17,-102.67C64.17,-78.62 52.18,-37.39 47,-19.59"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="67.83,-103.74 73.99,-112.37 74.56,-101.79 67.83,-103.74"/>
<text text-anchor="middle" x="77" y="-46.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.11,-135.2C105.37,-136.74 113.5,-132.34 113.5,-122 113.5,-108.22 99.04,-104.99 86.73,-112.31"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="97.32,-131.92 86.73,-131.69 94.86,-138.48 97.32,-131.92"/>
<text text-anchor="middle" x="135" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="135" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
<text text-anchor="middle" x="135" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
<text text-anchor="middle" x="135" y="-125" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
<text text-anchor="middle" x="135" y="-114" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
<text text-anchor="middle" x="135" y="-103" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
<text text-anchor="middle" x="135" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
<text text-anchor="middle" x="135" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
</g>
</g>
</svg>