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 Minimum spanning tree (MST).