Correctness

Theorem: KRUSKAL-MST returns a minimum spanning tree.

Proof: By induction (``for'' loop).


next up previous
Next: Implementation Up: KRUSKAL'S ALGORITHM Previous: Algorithm