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.
834
0
Do you find this helpful?
4

Discussion

No comments yet