Heap Sort

Home > Computer Science > Algorithms and data structures > Heaps > Heap Sort

Heap sort is a sorting algorithm that uses a heap data structure to sort elements in ascending or descending order.