Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techraed/clrs-algos
Some algorithms from Cormen's and co. "Introduction to algorithms" book implented in rust.
https://github.com/techraed/clrs-algos
clrs-algorithhms clrs-rust-implementations introduction-to-algorithms rust
Last synced: 7 days ago
JSON representation
Some algorithms from Cormen's and co. "Introduction to algorithms" book implented in rust.
- Host: GitHub
- URL: https://github.com/techraed/clrs-algos
- Owner: techraed
- License: mit
- Created: 2020-12-26T19:42:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T09:16:59.000Z (about 3 years ago)
- Last Synced: 2024-06-19T15:20:44.739Z (5 months ago)
- Topics: clrs-algorithhms, clrs-rust-implementations, introduction-to-algorithms, rust
- Language: Rust
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLRS algorithms implemented in Rust
The repo has some of algorithms and data structures from the "Introduction to Algorithms" book.## Why?
One of aims here is to provide some rust code for beginners to get closer to the language by investigating a familiar abstractions. Therefore
I don't try to implement fastest, most optimized solutions, just ones which ease diving into language.## Testing
Simply run `cargo test`.## Docs
Build docs yourself simply by running `cargo doc --no-deps --open`.