GDSC-MITS / Contribute-To-HacktoberFest

Link Tree for all our socials
https://linktr.ee/gdscmits
14 stars 41 forks source link

Heap Sort.cpp #14

Closed Saurabh-9 closed 1 year ago

Glitchyi commented 1 year ago

please provide a description

Saurabh-9 commented 1 year ago

The program is based on binary heap sort algorithm in C++.we first find the minimum element and place the minimum element at the beginning. Repeat the same process for the remaining elements.