Solutions of problems on projecteuler.net in Rust. The goal is to use as few external dependencies as possible. Some solutions are algorithmically non-optimal, if they still can be computed for the given input in reasonable time.
Build and run with:
cargo run --release
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)