TheAlgorithms-C/d9/dcc/prim_8c_a0bea087eb586c437cf0a667f794c8853_cgraph.svg

52 lines
2.4 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 8.0.4 (20230421.1958)
-->
<!-- Title: prim Pages: 1 -->
<svg width="135pt" height="64pt"
viewBox="0.00 0.00 134.50 64.25" 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 60.25)">
<title>prim</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Used to find MST of user&#45;generated adj matrix G.">
<polygon fill="#999999" stroke="#666666" points="34.75,-37.25 0,-37.25 0,-18 34.75,-18 34.75,-37.25"/>
<text text-anchor="middle" x="17.38" y="-23.75" font-family="Helvetica,sans-Serif" font-size="10.00">prim</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202" target="_top" xlink:title="blake2b mixing function G">
<polygon fill="white" stroke="#666666" points="113.03,-56.25 84.22,-56.25 84.22,-37 113.03,-37 113.03,-56.25"/>
<text text-anchor="middle" x="98.62" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">G</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M35.18,-31.65C46.24,-34.31 60.91,-37.82 73.24,-40.78"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.21,-44.37 82.75,-43.3 73.84,-37.56 72.21,-44.37"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d9/dcc/prim_8c.html#a72ec66b10f86d67064d34f2b2717fdfc" target="_top" xlink:title="Finds index of minimum element in edge list for an arbitrary vertex.">
<polygon fill="white" stroke="#666666" points="126.5,-19.25 70.75,-19.25 70.75,0 126.5,0 126.5,-19.25"/>
<text text-anchor="middle" x="98.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">minimum</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M35.18,-23.81C42.48,-22.15 51.35,-20.14 60.08,-18.15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.58,-21.4 69.55,-15.77 59.03,-14.58 60.58,-21.4"/>
</g>
</g>
</svg>