yangshun / lago

📕 Data Structures and Algorithms library in TypeScript and JavaScript
MIT License
2.82k stars 311 forks source link

Add Heapsort #11

Closed yangshun closed 7 years ago

yangshun commented 7 years ago

http://www.geeksforgeeks.org/heap-sort/

brandonmanke commented 7 years ago

I would like to work on this, if that is ok?

yangshun commented 7 years ago

Sure! Please note that tests have to be added. Please refer to the link in the description for the implementation.

brandonmanke commented 7 years ago

Will do! Quick question in regards to testing (correct me if I am wrong), but there wouldn't be any extra test cases for Heapsort, when compared to other sorting algorithm tests you have so far. Correct? Since the sortingInputs.js covers mostly everything.

yangshun commented 7 years ago

Closed via #26. Thanks @brandonmanke !