Review

Given an undirected weighted graph, find a set of edges so that all nodes are connected (spanning tree) and the total edge weight is minimized.

Kruskal's algorithm works as follows:


next up previous
Next: Correctness Analysis Up: MST WRAP UP Previous: MST WRAP UP