Computer Science - Algorithms
A community-built repository which includes most of the important algorithms
What is this repository for?
This is list of many useful algorithms implemented across different languages. Every computer science student should know these.
Who can contribute for this repository?
Anyone. Absolutely anyone can contribute to this repository. Please check the rules below before you make pull requests.
CONTRIBUTION
How to contribute?
- Add an issue to this repository stating Algorithm Name and Language
- Fork this repository
- Pick an Algorithm and a Language
- 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
Rules
- 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 submiting.
- Star this repository to show appreciation towards public efforts.