Which of the following examples represent the worst case input for an insertion sort?
Posted: Wed Jul 13, 2022 6:15 pm
a) array in sorted order
b) array sorted in reverse order
c) normal unsorted array
d) large array
b) array sorted in reverse order
c) normal unsorted array
d) large array