Keenan Tims
a431c4b75f
day12: problem 2 solution
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%