Open In App

Boruvka’s algorithm for Minimum Spanning Tree

Last Updated : 21 Oct, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Following two algorithms are generally taught for Minimum Spanning Tree (MST) problem. Prim’s algorithm Kruskal’s algorithm There is a third algorithm called Boruvka’s algorithm for MST which (like the above two) is also Greedy algorithm.  The Boruvka’s algorithm is the oldest minimum spanning tree algorithm was discovered by Boruvka in 1926, long before computers even existed. The algorithm was published as a method of constructing an efficient electricity network. See following links for the working and applications of the algorithm. Sources: http://en.wikipedia.org/wiki/Bor%C5%AFvka%27s_algorithm


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads