What are the advantage and disadvantage of the bucket sort?

1 answer

Answer

1280242

2026-08-03 11:40

+ Follow

Adv: BucketSort is an example of a sorting algorithm that runs in O(n). This is possible only because BucketSort does not rely primarily on comparisons in order to perform sorting.

Dis: BucketSort is not useful when scanning the buckets for large arrays which is too costly.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.