Algorithms (algo) and Data Structures (stru) using Rust
Experimental
Demonstration of Asymptotic Notation without granular scrutiny on operation specific performance.
This repository is comprised of a command line interface tool and library of algorithms and data structures.
CLI tool might grow into toolset to aid with algorithm and data structure implementations.
For now, there is simply a Big-O Cheatsheet rendered in your terminal using ASCII.
Either cargo run
or cargo install
should work fine from repository root.
See docs.rs/algostru.