1.

If minimum cost edge of a graph is unique, then that edge will be added to any MST. Choose the correct option.(a) false(b) maximum cost edge is added(c) true(d) minimum cost edge need not be uniqueI got this question in examination.This question is from Spanning Trees in portion Trees of Discrete Mathematics

Answer»

Right option is (c) true

To ELABORATE: If the edge was not included in the MST, removing any of the (larger COST) edges in the cycle formed after adding E to the MST, would yield a spanning tree of smaller weight. Thus, if the minimum cost edge e of a graph is unique, then this edge is included in any MST.



Discussion

No Comment Found

Related InterviewSolutions