Project Euler computer science challenges solved using Rust.
- Project Euler is a series of computer science challenges of increasing complexity.
- These challenges are matheamtical in nature, but are well suited to being solved using computer science methodology.
- Project Euler was inspired by mathschallenge.net, a similar series of challenges for math.
- Upon completing a specific challenge, a guided solution is provided to help improve your problem solving process.
See https://projecteuler.net/ for more.
I'm using the Project Euler challenges primarily as a way to learn Rust, while also refreshing my computer science knowledge.