Examveda

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

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

Answer: Option A


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms