Efficient Implementation

The GENERIC-MST algorithm and the greedy-grow lemma give some guidance for how to find MSTs simply, but they don't immediately suggest efficient algorithms. How do we quickly find cuts and the smallest edges they have?

There are two classic approaches:


next up previous
Next: KRUSKAL'S ALGORITHM Up: FINDING MINIMUM SPANNING TREES Previous: Correctness of GENERIC-MST