Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 526 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 526 Bytes

Solutions to Project Euler Problems in Rust

I wanted to learn Rust so I decided to work through some of the Project Euler problems and try and solve them using Rust. This project is my first attempt with the Rust language so there are almost certainly better or more idiomatic ways than my implementations. As it is my goal to gain familiarity with the Rust language and libraries I will use everything as my disposal rather than implementing features for myself e.g. BigInts, permutations etc.