Bucket Sort § Group: 5 #group-5 Relations § Sorting: Bucket Sort is a sorting algorithm that distributes elements of an array into a number of buckets, and then sorts each bucket individually.