Q:

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

0

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


  1. T(n log n), T(n log n) and T(n2)
  2. T(n2), T(n2) and T(n Log n)
  3. T(n2), T(n log n) and T(n log n)
  4. T(n2), T(n log n) and T(n2)

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

T(n2), T(n log n) and T(n2)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

ADA Algorithm MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
A problem in NP is NP-complete... >>
<< Which of the following statements is TRUE?...