Kruskal's algorithm

topic information


general information about Kruskal's algorithm

Kruskal's algorithm is an algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in the tree is minimized. If the graph is not connected, then it finds a minimum spanning forest (a minimum spanning tree for each connected component). Kruskal's algorithm is an example of a greedy algorithm.
Aliases: 0080-03b3
F W

message stream


messages containing Kruskal's algorithm

message history


messages per hour for Kruskal's algorithm

top articles


articles discussing Kruskal's algorithm


attribution for Kruskal's algorithm

Freebase CC-BY Freebase content licensed under CC-BY
Wikipedia content licensed under GFDL