1.

What is the worst case time complexity of bucket sort (k = number of buckets)?

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


Discussion

No Comment Found