adventOfCode/challenges/2021
AKU c55c9839e2
Code formatting
Signed-off-by: AKU <tom@tdpain.net>
2021-12-10 10:05:49 +00:00
..
01-sonarSweep Re-run benchmarks 2021-12-04 20:11:07 +00:00
02-dive Re-run benchmarks 2021-12-04 20:11:07 +00:00
03-binaryDiagnostic Re-run benchmarks 2021-12-04 20:11:07 +00:00
04-giantSquid Re-run benchmarks 2021-12-04 20:11:07 +00:00
05-hydrothermalVenture nimpretty 2021-12-06 21:20:45 +00:00
06-lanternfish Add 2021-06 in Python 2021-12-06 15:59:58 +00:00
07-theTreacheryOfWhales Fix day 7 README 2021-12-08 22:50:18 +00:00
08-seventSegmentSearch Add 2021-08 in Python and Go 2021-12-08 22:50:54 +00:00
09-smokeBasin Code formatting 2021-12-10 10:05:49 +00:00
10-syntaxScoring Code formatting 2021-12-10 10:05:49 +00:00
README.md Add 2021-10 in Python 2021-12-10 09:36:01 +00:00
running-times.png Add 2021-10 in Python 2021-12-10 09:36:01 +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.
03 - Binary Diagnostic Complete Python, Nim Bit twiddling aplenty!
04 - Giant Squid Complete Python B-I-N-G-O, B-I-N-G-O, B-I-N-G-O and Bingo was his name-o!
05 - Hydrothermal Venture Complete Python, Go, Nim Pointy.
06 - Lanternfish Complete Python At this rate, the mass of the fish would surpass that of the Earth pretty quickly.
07 - The Treachery of Whales Complete Python I'm not 100% sure my solution for part two is valid for all possible inputs.
08 - Seven Segment Search Complete Python, Go I may have taken the easy way out for part two, but it does work! No-one ever said the smart solution is the best solution, anyway.
09 - Smoke Basin * Complete Python Schmokey! Also, as it turns out, I struggle to implement basic logic. Fun.
10 - Syntax Scoring Complete Python I can't say I've ever broken something so thoroughly that it has a syntax error on every line...

Running times