Vidyalelo
Data Structure · Q426

Sorting Algorithms

Programming · Data Structure · question 426

Q426

What is the worst space complexity of bucket sort (k = number of buckets)?

A.
O(n + k)
B.
O(n.k)
Answer
C.
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