Kruskal Algorithm addition of edges to Spanning Tree in increasing order of cost - Data Structure
Q. Which algorithm specifies the addition of edges to the Spanning Tree in an increasing order of cost?- Published on 27 Aug 15a. Prim's Algorithm
b. Kruskal's Algorithm
c. Both a & b
d. None of the above
ANSWER: Kruskal's Algorithm