

InterviewSolution
Saved Bookmarks
1. |
What is the time complexity of Kruskal’s algorithm?(a) O(ElogV)(b) O(V+logE)(c) O(E+1)(d) O(V^2)I got this question in an online interview.This question is from Spanning Trees in division Trees of Discrete Mathematics |
Answer» Right answer is (a) O(ElogV) |
|