adventOfCode/challenges/2022
AKP 9c3e041e7e
2022-09 py
Signed-off-by: AKP <tom@tdpain.net>
2022-12-09 16:32:42 +00:00
..
01-calorieCounting Update Challenge.java 2022-12-01 16:50:35 +00:00
02-rockPaperScissors Add Nim solutions for day 2 and 3 2022-12-03 13:01:43 +00:00
03-rucksackReorganization Add Nim solutions for day 2 and 3 2022-12-03 13:01:43 +00:00
04-campCleanup Update challenge.nim 2022-12-04 13:32:06 +00:00
05-supplyStacks 2022-06 py,nim & 2022-05 nim 2022-12-06 09:43:49 +00:00
06-tuningTrouble 2022-08 2022-12-08 11:41:47 +00:00
07-noSpaceLeftOnDevice 2022-07/08 in Nim 2022-12-08 17:12:33 +00:00
08-treetopTreeHouse 2022-07/08 in Nim 2022-12-08 17:12:33 +00:00
09-ropeBridge 2022-09 py 2022-12-09 16:32:42 +00:00
README.md 2022-09 py 2022-12-09 16:32:42 +00:00
running-times.png 2022-09 py 2022-12-09 16:32:42 +00:00

Advent of Code 2022

Solutions to the 2022 Advent of Code.


Running times


* means that a given day has a visualisation

Day Status Solutions Notes
01 - Calorie Counting ★ ★ Python, Nim, Java Summing numbers
02 - Rock Paper Scissors ★ ★ Python, Nim Programmatically playing Rock Paper Scissors
03 - Rucksack Reorganization ★ ★ Python, Nim Sets and intersections
04 - Camp Cleanup ★ ★ Python, Nim More sets and more intersections!
05 - Supply Stacks ★ ★ Python, Nim Believe it or not, this one involved stacks.
06 - Tuning Trouble ★ ★ Python, Nim This is the first year I've not repeatedly forgotten about the existence of sets, and it's coming in quite handy.
07 - No Space Left On Device ★ ★ Python Turns out that fake file systems are prone to very subtle and infuriating bugs.
08 - Treetop Tree House ★ ★ Python Magical coordinate dictionary tuple things do be magical.
09 - Rope Bridge ★ ★ Python Does this count as this year's first cellular automata?