InterviewSolution
Saved Bookmarks
| 1. |
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) FalseThe question was posed to me in an online interview.My query is from Minimum Spanning Tree in portion Minimum Spanning Tree of Data Structures & Algorithms II |
|
Answer» The correct answer is (a) True |
|