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

https://github.com/equation-man/rust_algogrind

Solving problems for data structures and algorithms in rust
https://github.com/equation-man/rust_algogrind

algorithms computer-science datastructures problem-solving

Last synced: about 1 year ago
JSON representation

Solving problems for data structures and algorithms in rust

Awesome Lists containing this project

README

          

# rust_algogrind
Solving problems for data structures and algorithms in rust

### Requirements
rustc 1.85.1

## How to run the projects
Clone the repository and navigate to the programs' repository.
Compile the project to generate an executable using the filename of
the chosen program.
Compiling a program:
`$ rustc `
Running the compiled program:
`$ `

## Example
`$ rustc rustack.rs`
`$ rustack`