1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Which of the following sorting algorithm...
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.

Discussion