Vidyalelo
Data Structure · Q301

Sorting Algorithms

Programming · Data Structure · question 301

Q301

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

A.
O(n + k)
B.
O(n.k)
C.
O(n2)
Answer
D.
O(n log n)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board