Function rust_algorithm_club::sorting::bucket_sort
source · [−]Expand description
Bucket sort
arr
- Collection of value to be sorted in place.hasher
- Function hashing to map elements to correspoding buckets.
Ref: https://codereview.stackexchange.com/a/145124