My Project Euler Status

Last updated: Jan 04, 2025

My PE badge

My PE progress

I used to use C++ and Python, mostly for speed and big integers, but now I stick with Rust.

At first, I solved problems in ascending difficulty, but now I’m just going through them in order. Something like this:

N = 1
Solve Problem N
Solved?
N = N + 1
Yes
Tired?
No
Sleep
Yes
No