/Algos

Implementation of well-known (and some rare) algorithms, mostly in C++

Primary LanguageC++MIT LicenseMIT

Algos

Build Status

Implementation of well-known (and some rare) algorithms, mostly in C++.

Contents

For algorithms and data structures in C++, check out the list here.

My goal

Add atleast 1 algorithm to the repo every week.

Want to contribute to open-source and help me achieve the goal?

  1. Fork the repo 🍴 (and don't forget to star!)
  2. Add your implementation of an algorithm that is not already in the repo (preferably in C++, but other languages will be just fine)
  3. Submit a pull request.

Please read the Contributing Guidelines for more details on the process for submitting pull requests.

Want to suggest some algorithms to add?

Just create a new issue and I'll handle it from there 😄

License

This project is licensed under the terms of the MIT license.