akshitagit / JavaScript

Repository for JavaScript codes and algos.Star the repo too.
https://github.com/akshitagupta15june
MIT License
83 stars 111 forks source link

added HeapSort to Sorts folder in Python Programming Language #138

Closed N00rAhmed closed 2 years ago

N00rAhmed commented 2 years ago

Since there were no examples of implementation with heapsort I decided to add it with python. I saw other implementations of algorithms in different languages like c++ which is why I decided to do it in python as its my strongest language for data structures and algorithms.