Join WhatsApp ChannelDaily MCQs & Exam Updates

Which sorting algorithm generally provides the best average-case performance for large datasets?

  • A Quick Sort
  • B Merge Sort
  • C Bubble Sort
  • D Selection Sort
Correct Answer: Option A — Quick Sort
Explanation:
Quick Sort is often considered the fastest sorting algorithm in the average case because it has an average time complexity of O(n log n) and...
Submitted by: Chandi
Related MCQs