928 B
928 B
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 |