Why it matters
Borůvka parallelizes well. Foundation for parallel MST.
Advertisement
The architecture
Round: each component picks cheapest outgoing edge.
Merge components.
Repeat log V rounds.
Advertisement
How it works end to end
Log V rounds (component count halves).
Each round: O(E).
Parallel: rounds sequential; within round parallel.