Keenan Tims
842def62dc
day16: back to elegant recursion now that we track beams
problem 1 solution was busting the stack, so used an iterative approach, but now that we track lit beams we can bail out early enough not to bust the stack. performance is the same but it's much nicer.
Description
Languages
Rust
99.7%
Python
0.3%