insertion-sort-in-c Implementation of Insertion sort algorithm in c Functions: selectionSort(int arr[], int n) printArray() The function takes in array of integers and sort them in ascending order.