Skip to content

Rust language implementations of ProjectEuler tasks

License

Notifications You must be signed in to change notification settings

amyodov/rust-projecteuler

Repository files navigation

Rust language solutions for ProjectEuler


Note: some of the implementations are intentionally suboptimal algorithmically; the purpose of the code is not always to make the perfect implementation, but to demonstrate various Rust language concepts.

For release/optimized build:

cargo build --release