Sorting Algorithms for Integer Arrays We implement 3 sorting algorithms for integer arrays. Bubble Sort The Bubble Sort algotirhm sorts the array in ascending order. The algorithm is implemented in C.