TheAlgorithms-C/d3/d60/union__find_8c__incl.svg

53 lines
2.2 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: misc/union_find.c Pages: 1 -->
<svg width="120pt" height="84pt"
viewBox="0.00 0.00 120.00 84.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 80)">
<title>misc/union_find.c</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 116,-80 116,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Union find algorithm.">
<polygon fill="#bfbfbf" stroke="black" points="8.5,-56.5 8.5,-75.5 101.5,-75.5 101.5,-56.5 8.5,-56.5"/>
<text text-anchor="middle" x="55" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">misc/union_find.c</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 46,-19.5 46,-0.5 0,-0.5"/>
<text text-anchor="middle" x="23" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</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="M49.72,-56.08C45.29,-48.61 38.84,-37.72 33.38,-28.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="36.29,-26.57 28.19,-19.75 30.27,-30.14 36.29,-26.57"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="64,-0.5 64,-19.5 112,-19.5 112,-0.5 64,-0.5"/>
<text text-anchor="middle" x="88" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M60.45,-56.08C65.01,-48.61 71.67,-37.72 77.29,-28.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="80.42,-30.11 82.65,-19.75 74.45,-26.46 80.42,-30.11"/>
</g>
</g>
</svg>