1.

What is the worst case time complexity of introsort?

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


Discussion

No Comment Found