Single Choice Easy

QWhat is the time complexity of the best sorting algorithms?

ID: #5694 Sorting algorithm 230 views
Question Info
#5694Q ID
EasyDifficulty
Sorting algorithmTopic

Choose the Best Option

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

  • A O(n)
  • B O(n log n)
  • C O(n^2)
  • D O(log n)
Correct Answer

Explanation

O(n log n)

Share This Question

Challenge a friend or share with your study group.