McqMate
Q. |
Which of the following sorting algorithms is the fastest? |
A. | merge sort |
B. | quick sort |
C. | insertion sort |
D. | shell sort |
Answer» B. quick sort | |
Explanation: quick sort is the fastest known sorting algorithm because of its highly optimized inner loop. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet