in Algorithms retagged by
553 views
0 votes
0 votes

in Algorithms retagged by
553 views

4 Comments

Where are these questions from? Can you please post the source?
0
0
i think prims better
0
0
a Prim's Algorithm.
0
0
@goxul, they are asked in course work at IITD EET
0
0

1 Answer

1 vote
1 vote
Best answer

Also, Prim's should be better as Kruskal would involving sorting the edges, which is not feasible when you millions of them.

https://stackoverflow.com/questions/1195872/kruskal-vs-prim

selected by
by

Related questions

0 votes
0 votes
2 answers
4
Mak Indus asked in Algorithms Nov 10, 2018
385 views
Mak Indus asked in Algorithms Nov 10, 2018
385 views