Except the most know base sort algorithms (Buble, Selection, Insert) and more advanced Merge and Quick sort algorithms there are also 2 non comparison algorithms which are based on number operations.
Here is the animation of the Radix Sort algorithm:
More information:
Radix Sort: https://brilliant.org/wiki/radix-sort/
Radix Sort Animation: https://www.cs.usfca.edu/~galles/visualization/RadixSort.html
Animation of the Counting Sort:
More information:
Counting Sort: https://brilliant.org/wiki/counting-sort/
Counting Sort Animation: https://www.cs.usfca.edu/~galles/visualization/CountingSort.html