Implementation of well-known (and some rare) algorithms, mostly in C++.
Check out the Wiki for a complete list of algorithms.
Add atleast 1 algorithm to the repo every week.
- Fork the repo 🍴 (and don't forget to star!)
- Add your implementation of an algorithm that is not already in the repo (preferably in C++, but others would do just fine)
- Submit a pull request.
Please read the Contributing Guidelines for more details on the process for submitting pull requests.
Just create a new issue and I'll handle it from there 😄
Read the section on Compiling C++ code for details.