Kruskal’s Minimum Spanning Tree using STL in C++ – STL Implementation of Algorithms – Use a vector of edges which consist of all the edges in the graph.
c++ program to implement minimum spanning tree using kruskal algorithm
1 Article
1