InterviewSolution
Saved Bookmarks
| 1. |
Kruskal’s algorithm is a ______(a) divide and conquer algorithm(b) dynamic programming algorithm(c) greedy algorithm(d) approximation algorithmThis question was posed to me in an online quiz.I want to ask this question from Minimum Spanning Tree topic in division Minimum Spanning Tree of Data Structures & Algorithms II |
|
Answer» Right OPTION is (c) greedy algorithm |
|