1.

What is the time complexity of Kruskal s algorithm?

A. O(log V)
B. O(E log V)
C. O(E<sup>2</sup>)
D. O(V log E)
Answer» C. O(E<sup>2</sup>)


Discussion

No Comment Found