Question 10618 – Sorting
April 18, 2024Question 8695 – Sorting
April 18, 2024Question 10590 – Sorting
Quicksort is ________ efficient than heapsort in the worst case.
Correct Answer: A
Question 16 Explanation:
As worst case time for quicksort is O(n2) and worst case for heap sort is O(n logn).
LESS.
