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

https://github.com/tolumide-ng/data-structures-and-algorithms

rust
https://github.com/tolumide-ng/data-structures-and-algorithms

algorithms coursera-algorithms data-structures data-structures-and-algorithms edx-course rust

Last synced: about 1 year ago
JSON representation

rust

Awesome Lists containing this project

README

          

## Peronal Algo and Data Structures Repo

## Basic Instructions

1. To build the workspace, run `cargo build` in the `top-level` directory
2. Run a specific crate in the workspace e.g. `algo_toolbox` => `cargo run -p algo_toolbox`
3. To run all tests for a specific workspace `cargo test -p data_structs`