a431c4b75f83465d590cea69bffd65e742d05cf9
what a doozy. iterative solution from part 1 totally untenable. recursive solution a bit tricky, but still not fast enough for brute force. had to implement memoization cache for reasonable runtime.
Description
Languages
Rust
99.7%
Python
0.3%