IncorrectCorrectNo Answer was selectedInvalid Answer
An array of Integers is to be sorted biggest to smallest using the insertion sort method. If the array arr originally contains: [1 7 9 5 4 12]
What will it look like after the third pass of the for loop?