MCQ Single Best Answer Easy

QWhat is the time complexity of the selection sort algorithm?

ID: #21500 Time Complexity 107 views
Question Info
#21500Q 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 C

Explanation

Selection sort has a time complexity of O(N^2), making it less efficient compared to other sorting algorithms for large datasets.

Share This Question

Challenge a friend or share with your study group.