Untitled

 avatar
unknown
plain_text
2 years ago
116 B
7
Indexable
Implement MST using Prims algorithm. Consider 3 vertex 0,1,2 and 3 edges

E1 0 ->1 =3

E2 1->2=2

E3 0 ->2 = 9
Editor is loading...