Skip to content

Repository files navigation

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 <program_file_name>
Running the compiled program:
$ <program_file_name>

Example

$ rustc rustack.rs
$ rustack

About

Solving problems for data structures and algorithms in rust

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages