Page 1 of 1
1. (10 points) Sort the data below using selection sort. Show each swap on an individual line. Show the index where the
Posted: Tue Apr 12, 2022 10:19 am
by answerhappygod

- 1 10 Points Sort The Data Below Using Selection Sort Show Each Swap On An Individual Line Show The Index Where The 1 (59.34 KiB) Viewed 33 times

- 1 10 Points Sort The Data Below Using Selection Sort Show Each Swap On An Individual Line Show The Index Where The 2 (122.61 KiB) Viewed 33 times
1. (10 points) Sort the data below using selection sort. Show each swap on an individual line. Show the index where the minimum value was found in the rightmost column, showing all changes that were made. Only show values that are changed. 5 6 1 8 0 3 7 2 9 4 MinIndex
2. (10 points) Sort the data below using insertion sort as shown in class. Show each movement of data on an individual line. Remember that insertion sort does not use swaps, but shifts. Only show values that are changed. 5 6 1 8 0 3 7 2 9 4 Temp