Examveda

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

A. O(n + k)

B. O(n.k)

C. O(n2)

D. O(n log n)

Answer: Option A


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms