Q. Which of the following sorting algorithms is the fastest?

  • (A) merge sort
  • (B) quick sort
  • (C) insertion sort
  • (D) shell sort
πŸ’¬ Discuss
βœ… Correct Answer: (B) quick sort
Explanation: quick sort is the fastest known sorting algorithm because of its highly optimized inner loop.

Explanation by: Mr. Dubey
quick sort is the fastest known sorting algorithm because of its highly optimized inner loop.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
641
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate