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
- Host: GitHub
- URL: https://github.com/ayan-biswas0412/algodocs
- Owner: ayan-biswas0412
- License: mit
- Created: 2021-10-02T09:20:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T05:17:45.000Z (over 3 years ago)
- Last Synced: 2025-12-27T02:29:13.251Z (6 months ago)
- Topics: closember, hacktoberfest
- Homepage:
- Size: 92.8 KB
- Stars: 10
- Watchers: 0
- Forks: 28
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# AlgoDocs

[](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.