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
2023-12-05 13:16:21 -08:00
2023-12-05 13:25:11 -08:00
2023-12-05 18:49:36 -08:00
2023-12-05 21:45:49 -08:00
2023-12-15 18:10:29 -08:00
2023-12-06 18:15:36 -08:00
2023-12-06 22:37:02 -08:00
2023-12-07 22:07:07 -08:00
2023-12-08 21:41:30 -08:00
2023-12-10 00:02:29 -08:00
2023-12-10 22:34:39 -08:00
2023-12-12 02:20:53 -08:00
2023-12-12 22:20:54 -08:00
2023-12-14 15:43:11 -08:00
2023-12-05 13:16:21 -08:00
Description
My Advent of Code 2023 solutions
https://adventofcode.com/2023
339 KiB
Languages
Rust 99.7%
Python 0.3%