1.

What is the worst case time complexity of the binary tree sort?

A. O(n)
B. O(nlogn)
C. O(n<sup>2</sup>)
D. O(logn)
Answer» D. O(logn)


Discussion

No Comment Found