Insertion sort - Example - Data Structure
Q. You have to sort a list L consisting of a sorted list, followed by a few “ random ” elements. Which of the following sorting methods would be especially suitable for such a task?- Published on 26 Aug 15a. Bubble sort
b. Selection sort
c. Quick sort
d. Insertion sort
ANSWER: Insertion sort