adventOfCode/challenges/2021/README.md
2021-12-03 15:37:07 +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.
02 - Binary Diagnostic Complete Python, Nim Bit twiddling aplenty!