A community-built repository which includes most of the important algorithms to help programmers.
This is list of many useful algorithms implemented across different languages. Every computer science student should know these.
Anyone. Absolutely anyone can contribute to this repository. Please check the rules below before you make pull requests.
- Add an issue to this repository stating Algorithm Name and Language
- Fork this repository
- Pick an Algorithm and a Language
- Try to make the code more readable by adding comments wherever required
- Add it to your repository in the directory order
[repository root]/Algorithm Type/Algorithm Name/Language/
- Create a Pull request
- Feel free to improve the README.md
- Please do not spam pull request for the sake of Hacktoberfest.
- No duplicate entries. Please check if the code is existing or not before you start submitting.
- Star this repository to show appreciation towards public efforts.