MCQ Single Best Answer Easy

QWhat is the time complexity of the quicksort algorithm in the average case?

ID: #21493 Time Complexity 68 views
Question Info
#21493Q ID
EasyDifficulty
Time ComplexityTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A O(N)
  • B O(log N)
  • C O(N^2)
  • D O(N log N)
Correct Answer: Option D

Explanation

Quicksort exhibits an average time complexity of O(N log N) due to its efficient divide-and-conquer approach.

Share This Question

Challenge a friend or share with your study group.