Go to file
Parnic 2a50f6f36c Day 16 solution
Following the formula for part 1 was straightforward enough, but finding the pattern for part 2 and deducing the shortcut formula took me a while. That first 0 1 propagate enough that by the time we get halfway through applying the formula, it's all 0s and 1s, so sort of like an addition with a mask on what numbers we're adding.
2022-06-13 15:23:34 -05:00
2022-06-06 15:14:31 -05:00
2022-06-13 15:23:34 -05:00
2022-06-13 15:23:34 -05:00
2022-06-13 08:35:30 -05:00
2022-06-06 15:14:31 -05:00
2022-06-06 15:14:31 -05:00
2022-06-13 15:23:34 -05:00
2022-06-07 09:54:20 -05:00

Advent of Code 2019

My solutions to Advent of Code 2019.

Description
No description provided
Readme 1.6 MiB
Languages
Go 100%