Skip to content

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

License

Notifications You must be signed in to change notification settings

antonio20028/Data-Structures-Algorithms

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 49.1%
  • Java 27.2%
  • Python 14.2%
  • JavaScript 4.0%
  • C 3.6%
  • Go 1.7%
  • Kotlin 0.2%