Q359
What is the best time complexity of bucket sort (k= number of buckets)?
A.
O(n + k)
AnswerB.
O(n.k)
C.
O(n2)
D.
O(n log n)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board