What’s an MST?
Learn about a minimum spanning tree of a graph.
We'll cover the following...
A tree that spans the graph
The notion of a spanning tree is defined only for connected graphs. A spanning tree of a connected graph is a subgraph in that is a tree containing all vertices of .
For example, the subgraph of the following graph, highlighted in red, contains all vertices of the graph. It is also a tree since ...