adventOfCode/challenges/2022/README.md
AKP 5c61b3acfb
2022-06 py,nim & 2022-05 nim
Signed-off-by: AKP <tom@tdpain.net>
2022-12-06 09:43:49 +00:00

1.5 KiB

Advent of Code 2022

Solutions to the 2022 Advent of Code.


* 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.
05 - 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.

Running times