Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtsdwarak/algorithms
Algorithms - Mostly for practice and reference
https://github.com/dtsdwarak/algorithms
algorithms leetcode
Last synced: about 1 month ago
JSON representation
Algorithms - Mostly for practice and reference
- Host: GitHub
- URL: https://github.com/dtsdwarak/algorithms
- Owner: dtsdwarak
- License: gpl-3.0
- Created: 2015-01-14T10:44:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T18:51:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T06:34:07.801Z (3 months ago)
- Topics: algorithms, leetcode
- Language: C++
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms
Algorithms - Mostly for practice and reference# Build
Use ```g++, MINGW``` or ```clang``` compilers to build the code## IDE/Editor setup
For linux users, please follow the [Linux Setup Guide](LINUX_SETUP.md) guide.
# References
For Interview prep references, also check [DS Wise Algorithms List](./interview_prep/Algorithms.md)