Kruskal's Algorithm


MST Problem:

Given a connected graph G=(V,E) and a weight d:E->R+, find a minimum spanning tree T.

JAVA applet demos of Kruskal's algorithm.