108) Which of these is the worst case time complexity of Quick Sort - and cannot be expressed in lower order terms ?
Answer is:
O(n2)
Related Data structures and Algorithms MCQ with Answers
Answer is:
O(n log n)
Answer is:
O(n log n)
Answer is: