pwestrich / csc_5400

Repository for the programming assignment for CSC 5400: Analysis of Algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csc_5400

Repository for the programming assignment for CSC 5400: Analysis of Algorithms.

To build and run this program, you first must install Rust from here.

Once you have the compiler and reposirtory, running is pretty easy.

To run the program's unit tests in release mode: cargo test --release.

To run the program in release mode: cargo run --release.

To just build the program: cargo build --release.

If you would prefer debug mode, remove the --release from any of the above commands.

About

Repository for the programming assignment for CSC 5400: Analysis of Algorithms.

License:MIT License


Languages

Language:Rust 100.0%