Question
What is a common use of Heap Sort?
Select an option. Your answer will be checked instantly.
Correct Answer: B. in-place sorting with O(n log n) worst-case time
Explanation:
Heap Sort is commonly used for in-place sorting with O(n log n) worst-case time.
Its design supports this task efficiently or naturally.
Leave a Reply