Vidyalelo
Data Structure · Q365

Sorting Algorithms

Programming · Data Structure · question 365

Q365

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

A.
insertion sort is stable and it sorts In-place
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board