1.

The binary tree sort implemented using a self balancing binary search tree takes time is worst case.

A. O(n log n)
B. O(n)
C. O(n2)
D. O(log n)
Answer» B. O(n)


Discussion

No Comment Found