2021-10-26 03:34:27 +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">
2023-02-04 02:41:35 +08:00
<!-- Generated by graphviz version 7.1.0 (20230121.1956)
2021-10-26 03:34:27 +08:00
-->
<!-- Title: prim Pages: 1 -->
2023-03-14 10:41:08 +08:00
<svg width= "135pt" height= "64pt"
viewBox="0.00 0.00 135.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)" >
2021-10-26 03:34:27 +08:00
<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-generated adj matrix G." >
2023-03-14 10:41:08 +08:00
<polygon fill= "#999999" stroke= "#666666" points= "35,-37 0,-37 0,-18 35,-18 35,-37" />
<text text-anchor= "middle" x= "17.5" y= "-25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > prim</text>
2021-10-26 03:34:27 +08:00
</a>
</g>
</g>
<!-- Node2 -->
<g id= "node2" class= "node" >
<title > Node2</title>
2023-03-14 10:41:08 +08:00
<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.5,-56 84.5,-56 84.5,-37 113.5,-37 113.5,-56" />
<text text-anchor= "middle" x= "99" y= "-44" font-family= "Helvetica,sans-Serif" font-size= "10.00" > G</text>
2021-10-26 03:34:27 +08:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2023-03-14 10:41:08 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M35.36,-31.53C46.34,-34.15 60.86,-37.62 73.16,-40.56" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "72.07,-43.9 82.61,-42.82 73.69,-37.09 72.07,-43.9" />
</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= "127,-19 71,-19 71,0 127,0 127,-19" />
<text text-anchor= "middle" x= "99" y= "-7" font-family= "Helvetica,sans-Serif" font-size= "10.00" > minimum</text>
</a>
</g>
</g>
<!-- Node1->Node3 -->
<g id= "edge2" class= "edge" >
<title > Node1- > Node3</title>
<path fill= "none" stroke= "#63b8ff" d= "M35.36,-23.68C42.46,-22.08 51.04,-20.13 59.53,-18.21" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "60.07,-21.68 69.05,-16.05 58.53,-14.85 60.07,-21.68" />
2021-10-26 03:34:27 +08:00
</g>
</g>
</svg>