Open In App

Algorithms | BucketSort | Question 1

What is the worst case performance for bucket sort?
(A) O(n)
(B) O(n logn)
(C) O(n^2)
(D) O(1)

Answer: (C)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :