

InterviewSolution
Saved Bookmarks
1. |
Prim’s algorithm can be implemented using _______(a) a stack data structure(b) radix sort(c) priority queue data structure(d) bubble sortI have been asked this question in a national level competition.My query is from Spanning Trees in division Trees of Discrete Mathematics |
Answer» Correct answer is (c) priority QUEUE data structure |
|