AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.57k stars 530 forks source link

Added heap sort algorithm #73

Closed akashmodak97 closed 4 years ago

akashmodak97 commented 5 years ago

This pull request is: Added Heap Sort algorithm

This pull request fixes:

Changes:

Added a new algorithm in sorting that is Heap sort