InterviewSolution
Saved Bookmarks
| 1. |
Which of the following options contain the correct feature of an insertion sort algorithm?(a) anti-adaptive(b) dependable(c) stable, not in-place(d) stable, adaptiveThe question was asked in examination.The question is from Insertion sort topic in section Sorting of Data Structures & Algorithms II |
|
Answer» Correct answer is (d) STABLE, adaptive |
|