An open API service indexing awesome lists of open source software.

https://github.com/ayan-biswas0412/algodocs

📚 This repository is meant for jotting down common algorithms and their implementation in several languages
https://github.com/ayan-biswas0412/algodocs

closember hacktoberfest

Last synced: 3 months ago
JSON representation

📚 This repository is meant for jotting down common algorithms and their implementation in several languages

Awesome Lists containing this project

README

          

# AlgoDocs
![license-mit](https://img.shields.io/github/license/ayan-biswas0412/AlgoDocs)
[![CodeFactor](https://www.codefactor.io/repository/github/ayan-biswas0412/algodocs/badge)](https://www.codefactor.io/repository/github/ayan-biswas0412/algodocs)

This repository is meant for jotting down common algorithms and their implementation in several languages.
It helps students to go through a quick guide and have preparation on time at a glance.
The Documentation of this repo is open sourced so that anyone can contribute their knowledge or learner to directs on the way.

## Documentation of algorithms include
* [Searching algorithms](docs/searching)
* [Sorting techniques](docs/sorting)
* [Graphs](docs/graph)
* [Trees](docs/tree)

## License

This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.

## Contributing

See the [CONTRIBUTING](CONTRIBUTING.md) for more details.