1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. If all the weights of the graph are posi...
Q.

If all the weights of the graph are positive, then the minimum spanning tree of the graph is a minimum cost subgraph.

A. true
B. false
Answer» A. true
Explanation: a subgraph is a graph formed from a subset of the vertices and edges of the original graph. and the subset of vertices includes all endpoints of the subset of the edges. so, we can say mst of a graph is a subgraph when all weights in the original graph are positive.

Discussion