Algorithms-And-Data-Structures
Algorithms-And-Data-Structures copied to clipboard
List of data structures and algorithms
Algorithms and Data Structures
For Hacktoberfest 2017!
Check your own profile stats after registering here: https://hacktoberfest.digitalocean.com/stats/
About
This Repo consists of data-structures and algorithms sorted by programming language.
Contributing Guidelines
- The repository is structured language-wise i.e. algorithms in a certain language go in a specific folder.
- The naming convention to be followed is
algo_name.language_extention
i.e. the overall pathshould belanguage/algo_name.language_extention
- It is your choice to include only the function or the entire program for the algo.
- If folder for your language does not exist, create a new one.
- Don't be afraid to make a PR!
How to make PR
- Fork Repo on Web Page.
- Make your changes on your forked repo.
- Make Pull Request to master.
Hack on!