TheAlgorithms-C/df/df3/union__find_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg

65 lines
3.0 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: main Pages: 1 -->
<svg width="182pt" height="65pt"
viewBox="0.00 0.00 182.00 65.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 61)">
<title>main</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-61 178,-61 178,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Main function.">
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 38,-38.5 38,-19.5 0,-19.5"/>
<text text-anchor="middle" x="19" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../df/df3/union__find_8c.html#a3e13b69cce5a1b25ae034798092f3d86" target="_top" xlink:title="Find index of or value in an array.">
<polygon fill="white" stroke="black" points="142,-19.5 142,-38.5 174,-38.5 174,-19.5 142,-19.5"/>
<text text-anchor="middle" x="158" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">find</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M38.19,-29C62.12,-29 104.29,-29 131.42,-29"/>
<polygon fill="midnightblue" stroke="midnightblue" points="131.69,-32.5 141.69,-29 131.69,-25.5 131.69,-32.5"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../df/df3/union__find_8c.html#af2f3ff6d98641f7d3be11f071c97908a" target="_top" xlink:title="Function to join.">
<polygon fill="white" stroke="black" points="74,-0.5 74,-19.5 106,-19.5 106,-0.5 74,-0.5"/>
<text text-anchor="middle" x="90" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">join</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M38.13,-24.01C45.96,-21.85 55.26,-19.29 63.76,-16.95"/>
<polygon fill="midnightblue" stroke="midnightblue" points="64.85,-20.28 73.56,-14.25 62.99,-13.53 64.85,-20.28"/>
</g>
<!-- Node2&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M147.52,-38.76C142.42,-47.57 145.91,-57 158,-57 165.36,-57 169.54,-53.5 170.52,-48.77"/>
<polygon fill="midnightblue" stroke="midnightblue" points="173.91,-47.86 168.48,-38.76 167.05,-49.25 173.91,-47.86"/>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M106.31,-14.41C113.97,-16.61 123.44,-19.34 132.12,-21.84"/>
<polygon fill="midnightblue" stroke="midnightblue" points="131.2,-25.21 141.78,-24.62 133.13,-18.49 131.2,-25.21"/>
</g>
</g>
</svg>