adventofcode/2021/day16
Érico Nogueira d2c04effce Advent 2021, day 16: use bitwise-bit-field.
This allows us to parse the input as a big integer instead of an array
of bits. The operations were few enough that the speed up is minimal,
but it's still nicer code.
2021-12-16 05:33:55 -03:00
..
p.rkt Advent 2021, day 16: use bitwise-bit-field. 2021-12-16 05:33:55 -03:00
test1.txt Add Advent 2021 - day 16. 2021-12-16 04:19:02 -03:00