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.49.2 (20211016.1639)
-->
<!-- Title: Graph Pages: 1 -->
<svg width="168pt" height="174pt"
viewBox="0.00 0.00 167.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 163.5,-170 163.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 67,-19.5 67,-0.5 23,-0.5"/>
<text text-anchor="middle" x="45" 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="black" points="0,-112.5 0,-131.5 40,-131.5 40,-112.5 0,-112.5"/>
<text text-anchor="middle" x="20" 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.73,-102.02C16.41,-84.76 16.27,-58.89 24,-38 26.56,-31.09 31.56,-24.54 36.05,-19.62"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="14.3,-102.81 18.76,-112.42 21.26,-102.12 14.3,-102.81"/>
<text text-anchor="middle" x="38" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> edge</text>
<text text-anchor="middle" x="38" 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="58.5,-112.5 58.5,-131.5 97.5,-131.5 97.5,-112.5 58.5,-112.5"/>
<text text-anchor="middle" x="78" 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="M72.5,-102.67C65.29,-78.62 52.92,-37.39 47.58,-19.59"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="69.18,-103.8 75.41,-112.37 75.89,-101.78 69.18,-103.8"/>
<text text-anchor="middle" x="77.5" 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="M97.87,-135.2C107.26,-136.74 115.5,-132.34 115.5,-122 115.5,-108.22 100.85,-104.99 88.37,-112.31"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="98.96,-131.87 88.37,-131.69 96.53,-138.44 98.96,-131.87"/>
<text text-anchor="middle" x="137.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
<text text-anchor="middle" x="137.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">leftNode</text>
<text text-anchor="middle" x="137.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
<text text-anchor="middle" x="137.5" y="-125" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
<text text-anchor="middle" x="137.5" y="-114" font-family="Helvetica,sans-Serif" font-size="10.00">par</text>
<text text-anchor="middle" x="137.5" y="-103" font-family="Helvetica,sans-Serif" font-size="10.00">pre</text>
<text text-anchor="middle" x="137.5" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
<text text-anchor="middle" x="137.5" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">rightNode</text>
</g>
</g>
</svg>