Definify.com

Definition 2024


bucket_sort

bucket sort

See also: bucketsort

English

Noun

bucket sort (plural bucket sorts)

  1. (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.