8 Commits (2c44d2b9bbe2496984a52e22bd8b9afd1ee65042)
 

Author SHA1 Message Date
Peery 2c44d2b9bb Added vscode folder to gitignore 2 years ago
Peery 13a817e463 Switching to Rust; Removed all Python Code
Wanted to practice Rust skills more, so I shall let it take over this advent of cod
2 years ago
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!
2 years ago
Peery 34ee2b12a4 Day 3 (Puzzle 1) - Rucksack Reorganization
Successfully finished the first puzzle.
2 years ago
Peery e29575cb35 Day 2 (Puzzle 2) - Rock, Paper, Scissor
Successfully finished the second puzzle. The parsing changed so that the second column is not my answer but the intended result. I just quickly changed the file parser to replace the intended result with the fitting answer so that I need not touch the evaluation function.

Moved the previous parsing to parse_file_v1() for archiving purposes.
2 years ago
Peery a77ad30e10 Day 2 (Puzzle 1) - Rock, Paper, Scissor
Successfully finished the first puzzle in which rock, paper scissor had to be evaluated into points and summed up. I wonder if there is a more elegant way of checking for wins vs losses.
2 years ago
Peery 0a735eb84b Day 1 - Calorie Counting
went a bit overboard because it was fun to give all elves names and a "proper" inventory.
2 years ago
Peery f1e287a3cf Init commit
Adding .gitignore
2 years ago