InterviewSolution
Saved Bookmarks
| 1. |
Prim’s algorithm is a ______(a) Divide and conquer algorithm(b) Greedy algorithm(c) Dynamic Programming(d) Approximation algorithmI got this question in class test.My question is taken from Minimum Spanning Tree in chapter Minimum Spanning Tree of Data Structures & Algorithms II |
|
Answer» The correct CHOICE is (b) Greedy algorithm |
|