bucket sort
Jump to navigation
Jump to search
See also: bucketsort
English
[edit]Noun
[edit]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.