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