TheAlgorithms-C/d9/dcc/prim_8c_addac7a8c7bfd3e5573dad1f6aeff7768_cgraph.svg

73 lines
3.3 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 7.1.0 (20230121.1956)
-->
<!-- Title: user_graph Pages: 1 -->
<svg width="236pt" height="64pt"
viewBox="0.00 0.00 236.00 64.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 60)">
<title>user_graph</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Function user_graph(); gets user input adj.">
<polygon fill="#999999" stroke="#666666" points="65,-38 0,-38 0,-19 65,-19 65,-38"/>
<text text-anchor="middle" x="32.5" y="-26" font-family="Helvetica,sans-Serif" font-size="10.00">user_graph</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="214.5,-56 185.5,-56 185.5,-37 214.5,-37 214.5,-56"/>
<text text-anchor="middle" x="200" y="-44" 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="M65.41,-31.97C97.14,-35.42 145.14,-40.64 174.14,-43.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="173.47,-47.24 183.79,-44.85 174.23,-40.29 173.47,-47.24"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d9/dcc/prim_8c.html#a0bea087eb586c437cf0a667f794c8853" target="_top" xlink:title="Used to find MST of user&#45;generated adj matrix G.">
<polygon fill="white" stroke="#666666" points="136,-19 101,-19 101,0 136,0 136,-19"/>
<text text-anchor="middle" x="118.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">prim</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="M65.26,-21.32C73.28,-19.5 81.83,-17.57 89.64,-15.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="90.31,-19.24 99.29,-13.62 88.77,-12.41 90.31,-19.24"/>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M136.36,-17.35C147.57,-22.56 162.47,-29.5 174.92,-35.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="173.16,-38.34 183.71,-39.38 176.12,-31.99 173.16,-38.34"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><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="228,-19 172,-19 172,0 228,0 228,-19"/>
<text text-anchor="middle" x="200" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">minimum</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M136.36,-9.5C143.38,-9.5 151.84,-9.5 160.25,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="160.02,-13 170.02,-9.5 160.02,-6 160.02,-13"/>
</g>
</g>
</svg>