just wanted to know if the below is correct. I am trying to solve this using the insertion sort algorithm. I have tried to attempt the below array and have come up with these answers. Please could you let me know if this is correct, and if i have the correct understanding. Many Thanks.
Reverse sorted sequence:
15, 12, 10, 4
12, 15, 10, 4
12, 10, 15, 4
12, 10, 4, 15
10, 12, 4, 15
10, 4, 12, 15
10, 4, 12, 15 (no swap)
4, 10, 12, 15