K-minimum spanning tree
Appearance
The k-Minimum Spanning Tree is a graph G that spanns some k of n vertices in the input set S with the minimum total length. k is less than or equal to n. The k-MST does not have to be a subgraph of the [The Minimum Spanning Tree](MST).