A collection of my solutions to Project Euler problems, written in Rust.
Solutions are contained within /src
, resources such as input text files are contained in /resources
.
Solutions can be run and validated with cargo run
.
Some solution modules contain a readme describing the solution.