| Crates.io | rusty_algo |
| lib.rs | rusty_algo |
| version | 0.2.0 |
| created_at | 2024-08-18 14:03:49.901344+00 |
| updated_at | 2024-08-18 17:02:09.599906+00 |
| description | Implementations of algorithms from 'Introduction to Algorithms' by Cormen et al. |
| homepage | |
| repository | https://github.com/iamlucasvieira/rusty_algo |
| max_upload_size | |
| id | 1342640 |
| size | 29,193 |
A Rust library implementing algorithms from the classic "Introduction to Algorithms" book.
Run the following Cargo command in your project directory:
cargo add rusty_algo
Add the following to your Cargo.toml under [dependencies]:
[dependencies]
rusty_algo = "0.1.0"