Data structures & Algos Examples in Rust

This is just an example repo to try out famous DS & algos problems using rust language. It uses the workspace feature of cargo to separate out the library and binary packages.

Prerequisites

  • Install rust on your system from official rust website.

Run & Test

cargo test
cargo run