zairza-cetb / hacktoberfest-2018

MIT License
20 stars 102 forks source link

Added Heap sort algorithm in Python #92

Closed bihanviranga closed 6 years ago

bihanviranga commented 6 years ago

The Pull Request resolves Issue #58

Description: This heap sort implementation is done in Python using recursive heapifying. Driver code is included.