adventOfCode/challenges/2021/README.md
AKU 2b0536ca4e
I can numbers
Signed-off-by: AKU <tom@tdpain.net>
2021-12-03 15:40:25 +00:00

1.2 KiB

Advent of Code 2021

Solutions to the 2021 Advent of Code.


* means that a given day has a visualisation

Day Status Solutions Notes
01 - Sonar Sweep Complete Python, Go, Nim Numbers and sliding windows.
02 - Dive! Complete Python, Go Have this set of instructions and do something sensible with it.
03 - Binary Diagnostic Complete Python, Nim Bit twiddling aplenty!