The order of the input records has what impact on the number of comparisons required by Insertion Sort (as presented in this module)?
Does Insertion Sort change when it make a comparison according to the order of the array input values?
Yes, Insertion Sort might stop early or might look at many records.