Q. Consider the graph M with 3 vertices. Its adjacency matrix is shown below. Which of the following is true?

  • (A) graph m has no minimum spanning tree
  • (B) graph m has a unique minimum spanning trees of cost 2
  • (C) graph m has 3 distinct minimum spanning trees, each of cost 2
  • (D) graph m has 3 spanning trees of different costs
πŸ’¬ Discuss
βœ… Correct Answer: (C) graph m has 3 distinct minimum spanning trees, each of cost 2
Explanation: here all non-diagonal elements in the adjacency matrix are 1. so, every vertex is connected every other vertex of the graph. and, so graph m has 3 distinct minimum spanning trees.

Explanation by: Mr. Dubey
here all non-diagonal elements in the adjacency matrix are 1. so, every vertex is connected every other vertex of the graph. and, so graph m has 3 distinct minimum spanning trees.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
746
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate