Counting Sort — count occurrences of each element

Bucket Sort — recursively places items into buckets

Radix Sort — sorts by processing individual digits



Counting Sort

Bucket Sort

Radix Sort