Minimum Spanning Trees

Home > Mathematics > Applied Mathematics > Graph Theory > Minimum Spanning Trees

A minimum spanning tree is a subgraph of a graph that includes all the nodes and has the minimum possible weight for the sum of all its edges. This problem is solvable through Kruskal's algorithm and Prim's algorithm.