

MCQOPTIONS
Saved Bookmarks
1. |
You want to check whether a given set of items is sorted. Which of the following sorting methods will be most efficient if it is already in sorted order? |
A. | bubble sort |
B. | selection sort |
C. | insertion sort |
D. | merge sort |
Answer» D. merge sort | |