1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Every graph has only one minimum spannin...
Q.

Every graph has only one minimum spanning tree.

A. true
B. false
Answer» B. false
Explanation: minimum spanning tree is a spanning tree with the lowest cost among all the spacing trees. sum of all of the edges in the spanning tree is the cost of the spanning tree. there can be many minimum spanning trees for a given graph.

Discussion