Minimum Spanning Tree(MST)
Minimum Cost Spanning Tree
- For an edge-weighted, connected, undirected graph, G, the total cost of G is the sum of the weights on all its edges.
- A minimum-cost spanning tree for G is a minimum spanning tree of G that has the least total cost.
- Example: The graph