mattiadg / Data-Structures-Algorithms

Your personal library of every algorithm and data structure code that you will ever encounter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures And Algorithms

Please star the repository

Contributing

Please read CONTRIBUTING.md for details on our coding guidelines and the process for submitting pull requests to us.

Coding Guidelines

  • All the codes should be modular.
  • All the codes should be indented.
  • Name of the file should be algorithm's name and first letter of file should be capital.
  • Code written should be readable.
  • Variable names should be logical and understandable. Like int x; //This is not allowed
  • Same algorithm can be submitted in different languages.
  • Please Fix only one issue in one pull request

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Your personal library of every algorithm and data structure code that you will ever encounter

License:MIT License


Languages

Language:C++ 43.1%Language:Java 32.9%Language:Python 14.9%Language:JavaScript 4.4%Language:C 3.9%Language:Go 0.5%Language:Kotlin 0.2%