We implement 3 sorting algorithms for integer arrays.
The Bubble Sort algorithm sorts the array in ascending order.
The algorithm is implemented in C.
The Radix Sort algorithm sorts the array in ascending order.
The algorithm is implemented in C.