Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejohnfreeman/clrs
Implementations and tests for the CLRS algorithms book.
https://github.com/thejohnfreeman/clrs
redirectory
Last synced: 2 months ago
JSON representation
Implementations and tests for the CLRS algorithms book.
- Host: GitHub
- URL: https://github.com/thejohnfreeman/clrs
- Owner: thejohnfreeman
- License: mit
- Created: 2012-11-06T03:16:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T01:33:32.000Z (7 months ago)
- Last Synced: 2024-10-05T01:41:30.683Z (3 months ago)
- Topics: redirectory
- Language: C++
- Homepage:
- Size: 61.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clrs
Working through the data structures and algorithms in the [CLRS
book](https://en.wikipedia.org/wiki/Introduction_to_Algorithms) to practice
C++.