adventOfCode/challenges/2021
2021-12-03 15:37:07 +00:00
..
01-sonarSweep Update benchmark for 2021-01 2021-12-03 14:32:51 +00:00
02-dive Add 2021-02 in Python and Go 2021-12-02 09:35:02 +00:00
03-binaryDiagnostic Add 2021-03 in Nim 2021-12-03 15:37:07 +00:00
README.md Add 2021-03 in Nim 2021-12-03 15:37:07 +00:00

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!