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
- Host: GitHub
- URL: https://github.com/tolumide-ng/data-structures-and-algorithms
- Owner: tolumide-ng
- Created: 2020-07-13T00:02:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T14:27:02.000Z (about 5 years ago)
- Last Synced: 2025-01-30T05:12:31.617Z (about 1 year ago)
- Topics: algorithms, coursera-algorithms, data-structures, data-structures-and-algorithms, edx-course, rust
- Language: Rust
- Homepage:
- Size: 3.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`