Skip to content

techraed/clrs-algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages