InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not the algorithm to find the minimum spanning tree of the given graph?(a) Boruvka’s algorithm(b) Prim’s algorithm(c) Kruskal’s algorithm(d) Bellman–Ford algorithmI had been asked this question in final exam.My question comes from Minimum Spanning Tree topic in division Minimum Spanning Tree of Data Structures & Algorithms II |
|
Answer» Right answer is (d) Bellman–Ford algorithm |
|