Spanning Tree
The Spanning Tree of a connected graph is a connected sub graph which contains all vertices of , but with no cycles.
Example
is a connected graph, , , and are spanning trees.
Minimum Spanning Tree (MST)
The Minimum Spanning Tree (MST) is the lowest cost spanning tree within the graph, where vertices have associated costs.
Two algorithms for computing the MST: