Sorting All types of sorting required in programming is mentioned Avialable sorts are: insertionSort(n,arr) selectionSort(n,arr) bubbleSort(n,arr) mergeSort(arr,low,high) quickSort(arr,0,n-1) (descending order)