Q129
What is the time complexity of Kruskal's algorithm?
A.
O(log V)
B.
O(E log V)
AnswerC.
O(E2)
D.
O(V log E)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board