Borůvka's algorithm

This is an old revision of this page, as edited by PierreAbbat (talk | contribs) at 18:31, 16 March 2003 (pipe). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Boruvka's algorithm finds minimum spanning trees. A minimum spanning tree is a tree containing each vertex in the graph such that the sum of the edges' weights is minimum. Each vertex in the graph finds its lightest edge, then the vertices at the ends of each lightest edge are identified. This continues until the entire graph collapses into a single point. The tree consists of all the lightest edges so found.