The Minimum Spanning Tree Problem
Get introduced to the minimum spanning tree problem.
Defining the problem
The minimum spanning tree (MST) problem deals with connected, weighted, undirected graphs . Here, the weights can be interpreted as costs, and the goal is to select some subset of edges that connect the nodes of in a cost-optimal way. In particular, we want
- contains enough edges such that they connect all nodes of
Get hands-on with 1400+ tech skills courses.