PA of Algorithms Q86

0. The worst case running times of Insertion sort, Merge sort and Quick sort, respectively, are:

  • Option : D
  • Explanation :
    Worst Case
    Insertion sort → O(n2
    Merge sort → O(n log n)
    Quick sort → O(n2)
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *