

InterviewSolution
Saved Bookmarks
1. |
Time complexity of Prim’s algorithm is _________(a) O((V+E)logV)(b) O(E+V)(c) O(E)(d) O(V+1)I have been asked this question by my school teacher while I was bunking the class.Question is from Spanning Trees in division Trees of Discrete Mathematics |
Answer» Correct choice is (a) O((V+E)logV) |
|