

MCQOPTIONS
Saved Bookmarks
1. |
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? |
A. | Selection sort |
B. | Bubble sort |
C. | Insertion sort |
D. | Quick sort |
Answer» D. Quick sort | |