Page 1 of 1

Which of the following is correct with regard to insertion sort?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) insertion sort is stable and it sorts In-place
b) insertion sort is unstable and it sorts In-place
c) insertion sort is stable and it does not sort In-place
d) insertion sort is unstable and it does not sort In-place