hello-anmol / cs-algorithms

πŸ’» Algorithms that you must know as computer science student

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Science - Algorithms


A community-built repository which includes most of the important algorithms to help programmers.

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
  • 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

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.

About

πŸ’» Algorithms that you must know as computer science student

License:MIT License


Languages

Language:C++ 56.7%Language:Python 31.2%Language:C 10.4%Language:JavaScript 1.5%Language:Ruby 0.2%