Harshsngh07 / Hacktoberfest2020

Repository for first timers to get started in Open Source Contributions
MIT License
47 stars 299 forks source link

Create heap_sort.cpp #313

Open Aadityajain75 opened 3 years ago

Aadityajain75 commented 3 years ago

Description

Please include a summary of the program i.e what problem it solves. 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 the remaining elements.

Checklist: