Add the code for heap sort in any language ( C, C++, Java, Go, Python or any other)
The code should be placed at code/sorting/heap_sort
Note: multiple contributors can work on this issue as it has multiple parts (languages)
Your pull request will be reviewed by maintainers instantly.
For contribution guidelines, see this
If you need any help, let us know.
I could add Java
Added heap sort implementation in c++ #51
please review heap sort in python #62
Added heap in JavaScript #65
Ahhh.. JS is already done :/
@ahhmarr would be nice next time if you would also post here if you have done in any of the languages
I could add in C.
I can add a Ruby implementation!
Go for it 馃憤
can i do this in c
Sure @Rishabh570 Go for it 馃憤
I would like to work on this issue using C++ . Kindly assign this to me.
I would like to work on it in C++ and pyhton please assign it to me as a part of GSSoC 20
It's already done in C++ (https://github.com/OpenGenus/cosmos/blob/master/code/sorting/src/heap_sort/heap_sort.cpp).