Which of the following statements is/are true?
- Quick sort algorithm and bubble sort algorithm takes O(n2) in worst case.
- Quick sort and merge sort takes O(n2) in worst case.
Reveal answer
Fill a bubble to check yourself
Which of the following statements is/are true?