adventOfCode/challenges/2021
AKU 020cf34fa2
Add 2021-03 in Python
Signed-off-by: AKU <tom@tdpain.net>
2021-12-03 14:28:57 +00:00
..
01-sonarSweep 2021:01 - update Nim solution for runner 2021-12-03 00:14:32 +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 Python 2021-12-03 14:28:57 +00:00
README.md Add 2021-03 in Python 2021-12-03 14:28:57 +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
02 - Dive! Complete Python, Go
02 - Binary Diagnostic Complete Python Bit twiddling, my favourite!