InterviewSolution
Saved Bookmarks
| 1. |
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 costsThe question was asked in an interview for internship.My question comes from Minimum Spanning Tree topic in division Minimum Spanning Tree of Data Structures & Algorithms II |
|
Answer» The CORRECT option is (c) Graph M has 3 DISTINCT MINIMUM spanning trees, each of cost 2 |
|