2020-07-11 12:21:17 +08:00
|
|
|
<?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">
|
2021-10-26 03:34:27 +08:00
|
|
|
<!-- Generated by graphviz version 2.49.2 (20211016.1639)
|
2020-07-11 12:21:17 +08:00
|
|
|
-->
|
|
|
|
<!-- 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.">
|
2021-10-26 03:34:27 +08:00
|
|
|
<polygon fill="#bfbfbf" stroke="black" points="8,-56.5 8,-75.5 102,-75.5 102,-56.5 8,-56.5"/>
|
2020-07-11 12:21:17 +08:00
|
|
|
<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->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->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->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->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>
|