Advent of Code 2021 Solutions
Go to file
Luke Else dc6d332cf8 day 16b incomplete
This idea relies on the fact that the packets are sequenstial as opposed to being recursive.

To make it work I  need to make the whole packet processing process a function and pass in the subpackets in
2021-12-17 15:05:05 +00:00
day01 updated repo layout 2021-12-16 19:55:49 +00:00
day02 updated repo layout 2021-12-16 19:55:49 +00:00
day03 day 16a complete 2021-12-17 13:23:44 +00:00
day04 New Shared Library 2021-12-16 21:11:39 +00:00
day05 updated repo layout 2021-12-16 19:55:49 +00:00
day06 updated repo layout 2021-12-16 19:55:49 +00:00
day07 New Shared Library 2021-12-16 21:11:39 +00:00
day08 updated repo layout 2021-12-16 19:55:49 +00:00
day09 updated repo layout 2021-12-16 19:55:49 +00:00
day10 New Shared Library 2021-12-16 21:11:39 +00:00
day11 New Shared Library 2021-12-16 21:11:39 +00:00
day12 updated repo layout 2021-12-16 19:55:49 +00:00
day13 New Shared Library 2021-12-16 21:11:39 +00:00
day14 updated repo layout 2021-12-16 19:55:49 +00:00
day15 day 15b complete 2021-12-16 20:33:01 +00:00
day16 day 16b incomplete 2021-12-17 15:05:05 +00:00
shared day 16a complete 2021-12-17 13:23:44 +00:00
.gitignore Initial commit 2021-12-01 14:45:58 +00:00
go.mod update go.mod 2021-12-16 20:35:01 +00:00
go.sum day 15a complete 2021-12-16 20:18:54 +00:00