aoc2023/16
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.
2023-12-15 23:54:22 -08:00
..
src day16: back to elegant recursion now that we track beams 2023-12-15 23:54:22 -08:00
Cargo.lock day16: problem 1 solution 2023-12-15 22:19:46 -08:00
Cargo.toml day16: problem 1 solution 2023-12-15 22:19:46 -08:00
input day16: problem 1 solution 2023-12-15 22:19:46 -08:00