842 views
1 votes
1 votes
Assuming that the graph can contain repeated edge weights, we have a single tree at any instance when applying Prim's algorithm.

Justify this statement.

Please log in or register to answer this question.

Related questions

3 votes
3 votes
1 answer
1
pC asked Sep 22, 2017
2,524 views
Explain Prims AlgorithmAnalysis Of Time ComplexityHow does $\mathcal{O}(VlogV + ElogV)=\mathcal{O}(ElogV)$
5 votes
5 votes
3 answers
2
Kapil asked Jan 24, 2017
3,414 views
It may be the case that "Kruskal's Algorithm may not maintain connectivity while Prim's algorithm always does that" ?Any example which favours this ?
0 votes
0 votes
0 answers
3
Samujjal Das asked Jan 24, 2017
2,345 views
I am getting B and C both. Answer is given as C. Where am I wrong?