Definify.com
Definition 2025
bucket_sort
bucket sort
See also: bucketsort
English
Noun
bucket sort (plural bucket sorts)
- (computing theory) A sorting algorithm that partitions an array into a number of buckets (groups of elements) which are then individually sorted, either recursively or using some other algorithm.