The above picture illustrates how insertion sort, a decrease-and-conquer-based algorithm, arranges a given array of four numbers in ascending order. In insertion sort, the first element is in the sorted sub-list from the start.
Now, arrange the sequence of steps below to sort an array in descending order.