Suppose the unsorted list of numbers are [9,5,2,4,8,1,6], and we will perforr insertion sort on this list. What would be
Posted: Tue Jul 12, 2022 8:17 am
Suppose the unsorted list of numbers are [9,5,2,4,8,1,6], and we will perforr insertion sort on this list. What would be the resulting list (still contains 7 values after 3 numbers are included in the sorted sublist?