Eric Curtin e50d0ffffe Use getchar over getch (#681)
* Use getchar over getch

getch in Windows specific. Now the code will compile
and work on other platforms like Linux and macOS.

* Update and rename Heap Sort .cpp to heap_sort .cpp

* cpplint fixes

* Rename heap_sort .cpp to heap_sort.cpp
2019-12-16 13:21:16 +01:00
2019-12-07 08:21:23 +01:00
2019-12-07 08:33:23 +01:00
2019-12-05 22:13:16 +01:00
2019-12-16 13:21:16 +01:00
2019-12-05 22:05:29 +01:00
2019-12-05 19:12:07 +01:00
2019-12-11 12:24:02 +00:00

The Algorithms - C++

contributions welcome  GitHub repo size GitHub closed pull requests

All algorithms implemented in C++ (for education)

The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.

Contribute Guidelines

Read our Contribution Guidelines before you contribute.

Languages
C++ 98.6%
CMake 1.3%