Algorithms

Select the correct name for: a comparison-based sorting algorithm that uses a binary heap data structure to sort elements.

Correct answer

C. Heap sort

Explanation

Heap sort refers to a comparison-based sorting algorithm that uses a binary heap data structure to sort elements.