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. |
Login to Continue
It will take less than 2 minutes