Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 383 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 383 Bytes

Heap Sort

Heap sort is a comparison based sorting technique based on Binary Heap data structure. It is similar to selection sort where we first find the maximum element and place the maximum element at the end. We repeat the same process for remaining element.

A graphical example of heap sort