1.

What is the best 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» B. O(n.k)


Discussion

No Comment Found