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
- Host: GitHub
- URL: https://github.com/equation-man/rust_algogrind
- Owner: equation-man
- License: mit
- Created: 2025-03-29T19:46:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T22:00:39.000Z (about 1 year ago)
- Last Synced: 2025-03-31T08:41:21.129Z (about 1 year ago)
- Topics: algorithms, computer-science, datastructures, problem-solving
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`