Chapter 11: Q22E (page 803)
Describe an algorithm for finding a spanning tree with minimal weight containing a specified set of edges in a connected weighted undirected simple graph.
Short Answer
Use Kruskal's algorithm with initially using empty graph with the specified set of edges (instead of the empty set) and end the algorithm when n-1 edges were determined.