Question:

The average case complexity of Selection sort, Quick sort and Radix sort is respectively

Updated On: Mar 16, 2024
  • O(n2), O(n2), O(n og2n)
  • O(n2), O(n log2n), O(n log2n)
  • O(n log2n), O(n2) 0(n2)
  • O(n log2n), O(n log2n), O(n log2n)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The correct option is(B): O(n2), O(n log2n), O(n log2n)
Was this answer helpful?
0
0