Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other. See here.
[I am attempting AOC 2022 problems because this is something I didn't know existed.]
Day | Challenge | Solution | Puzzle1 | Puzzle2 |
---|---|---|---|---|
Day 01 | Counting Calories | Solution | ✓ | ✓ |
Day 02 | Rock Paper Scissors | Solution | ✓ | ✓ |
Day 03 | Rucksack Reorganization | Solution | ✓ | ✓ |
Day 04 | Camp Cleanup | Solution | ✓ | ✓ |
Day 05 | Supply Stacks | Solution | ✓ | ✓ |
Day 06 | Tuning Trouble | Solution | ✓ | ✓ |
Day 07 | No Space Left On Device |
Read CONTRIBUTIONS.md to learn more about how to contribute!