Q426
What is the worst space complexity of bucket sort (k = number of buckets)?
A.
O(n + k)
B.
O(n.k)
AnswerC.
O(n2)
D.
O(n log n)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board