An array below is sorted ascendingly with insertion sort.
{ 8, 3, 7, 8, 6, 5, 4 }
After four full iterations of the algorithm, what will be the index of number ? Remember that indexation starts with 0.
An array below is sorted ascendingly with insertion sort.
{ 8, 3, 7, 8, 6, 5, 4 }
After four full iterations of the algorithm, what will be the index of number ? Remember that indexation starts with 0.
Create a free account to access the full topic