10. Rewrite the sorting algorithms BubbleSort(), SelectionSort() and InsertionSo
ID: 3919422 • Letter: 1
Question
10. Rewrite the sorting algorithms BubbleSort(), SelectionSort() and InsertionSort() (found on the class webpage in Examples/Lecture/C_Programs/SortingSearching/Sort.c) so that they sort in decreasing instead of increasing order.