My entries to the yearly advent calendar full of programming puzzles. See https://adventofcode.com/2022/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peery 47c6e0c941 Day 3 (Puzzle 2) - Rucksack Reorganization
Successfully finished the second puzzle.
Took me a bit worrying what "and at most two of the Elves will be carrying any other item type" meant in the task text while my grouping loop was broken and skipping a rucksack every fourth rucksack while doing the group. Yikes.

Caught the error before trying a result though thanks to exceptions when things go wrong!
1 year ago
calories Day 1 - Calorie Counting 1 year ago
entities Day 3 (Puzzle 2) - Rucksack Reorganization 1 year ago
input Day 3 (Puzzle 1) - Rucksack Reorganization 1 year ago
rockpaperscissor Day 2 (Puzzle 2) - Rock, Paper, Scissor 1 year ago
rucksack Day 3 (Puzzle 1) - Rucksack Reorganization 1 year ago
.gitignore Init commit 1 year ago
main.py Day 3 (Puzzle 2) - Rucksack Reorganization 1 year ago
main_day1.py Day 2 (Puzzle 1) - Rock, Paper, Scissor 1 year ago
main_day2.py Day 3 (Puzzle 1) - Rucksack Reorganization 1 year ago