An Unreasonably Deep Dive Into Project Euler Problem 4
August 16, 2019
Or: How to make your solution 8000x faster with math and short-circuit evaluation. Introduction It has been a couple of years since my last Project Eueler effort, An Unreasonably Deep Dive into Project Euler Problem 3, and since I’ve also been wanting to do more work with Rust recently, I thought it would be a good opportunity to do both things at once by doing Project Euler problem 4 in Rust instead of my default of Go as before.
[Read more]