Minimum spanning tree algorithms

Home > Computer Science > Algorithms and data structures > Graphs > Minimum spanning tree algorithms

Algorithms that find the minimum cost tree that connects all vertices. Kruskal's algorithm and Prim's algorithm are some of the popular ones.