ankurm.com
Constructing The Minimum Spanning Tree for a Graph using Kruskal’s Algorithm
Kruskal’s algorithm is a minimum-spanning-tree algorithm where the algorithm finds an edge of the least possible weight that connects any two trees in the forest. It is a greedy algorithm in …