Blogmark

From hours to 360ms: over-engineering a puzzle solution

via jbranchaud@gmail.com

https://blog.danielh.cc/blog/puzzle
Puzzle Programming Rust

I thought this was going to be a sudoku thing at first, but it appears to be a problem with a bigger problem space that you have solve exhaustively because you need to find every solution in order to guarantee that you've found the largest GCD.

The code/solutions presented by the author are in Rust.