Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.