What is the best time complexity of bucket sort (k= number of buckets)?
Posted: Wed Jul 13, 2022 6:15 pm
a) O(n + k)
b) O(n.k)
c) O(n2)
d) O(n log n)
b) O(n.k)
c) O(n2)
d) O(n log n)
Accurate answers. Every time.
https://answerhappy.com/