TheAlgorithms-C/de/d1c/prim_8c__incl.svg

83 lines
3.5 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.3 (20211023.0002)
-->
<!-- Title: greedy_approach/prim.c Pages: 1 -->
<svg width="270pt" height="84pt"
viewBox="0.00 0.00 269.50 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>greedy_approach/prim.c</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 265.5,-80 265.5,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Prim&#39;s algorithm implementation in C to find the MST of a weighted, connected graph.">
<polygon fill="#bfbfbf" stroke="black" points="61,-56.5 61,-75.5 185,-75.5 185,-56.5 61,-56.5"/>
<text text-anchor="middle" x="123" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">greedy_approach/prim.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="M106.93,-56.32C91.04,-47.74 66.49,-34.49 48.04,-24.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="49.49,-21.33 39.03,-19.65 46.16,-27.49 49.49,-21.33"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="64.5,-0.5 64.5,-19.5 113.5,-19.5 113.5,-0.5 64.5,-0.5"/>
<text text-anchor="middle" x="89" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">string.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="M117.39,-56.08C112.63,-48.53 105.68,-37.49 99.85,-28.23"/>
<polygon fill="midnightblue" stroke="midnightblue" points="102.8,-26.35 94.51,-19.75 96.88,-30.08 102.8,-26.35"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="132,-0.5 132,-19.5 184,-19.5 184,-0.5 132,-0.5"/>
<text text-anchor="middle" x="158" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M128.78,-56.08C133.67,-48.53 140.83,-37.49 146.83,-28.23"/>
<polygon fill="midnightblue" stroke="midnightblue" points="149.83,-30.05 152.33,-19.75 143.95,-26.24 149.83,-30.05"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="202.5,-0.5 202.5,-19.5 261.5,-19.5 261.5,-0.5 202.5,-0.5"/>
<text text-anchor="middle" x="232" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">inttypes.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M140.51,-56.32C158.07,-47.62 185.33,-34.12 205.53,-24.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="207.12,-27.23 214.53,-19.65 204.02,-20.96 207.12,-27.23"/>
</g>
</g>
</svg>