techraed / clrs-algos

Some algorithms from Cormen's and co. "Introduction to algorithms" book implented in rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Some algorithms from Cormen's and co. "Introduction to algorithms" book implented in rust.

License:MIT License


Languages

Language:Rust 100.0%