This repository contains my solutions for the Advent of Code 2022, written in Rust.
All solutions are in the same Cargo Workspace, where the solution for puzzle X can be found in the dayX package.
Every package contains unit test(s) for the example(s) from the puzzle description and will build an executable that solves the puzzle for the input file from the inputs/ directory.
Day | Puzzle | Source |
---|---|---|
1 | Calorie Counting | Solution |
2 | Rock Paper Scissors | Solution |
3 | Rucksack Reorganization | Solution |
4 | Camp Cleanup | Solution |
5 | Supply Stacks | Solution |
6 | Tuning Trouble | Solution |
7 | No Space Left On Device | Solution |
8 | Treetop Tree House | Solution |
9 | Rope Bridge | Solution |
10 | Cathode-Ray Tube | Solution |
11 | Monkey in the Middle | Solution |
12 | Hill Climbing Algorithm | Solution |
13 | Distress Signal | Solution |
14 | Regolith Reservoir | Solution |
15 | Beacon Exclusion Zone | Solution |
16 | Proboscidea Volcanium | Solution |
17 | Pyroclastic Flow | Solution |
18 | Boiling Boulders | Solution |
19 | Not Enough Minerals | Solution |
20 | Grove Positioning System | Solution |
21 | Monkey Math | Solution |
22 | Monkey Map | Solution |
23 | Unstable Diffusion | Solution |
24 | Blizzard Basin | Solution |
25 | Full of Hot Air | Solution |