Advent of Code 1 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.
Each day has it's own subdirectory.
Each solution might be written in different programming laguage.
Day | Name | Language | part-1 | part-2 | Tests |
---|---|---|---|---|---|
1 | Calorie Counting | D | ✅ | ✅ | ✅ |
2 | Rock Paper Scissors | Shell (Bash) | ✅ | ✅ | ✅ |
3 | Rucksack Reorganization | Rust | ✅ | ✅ | ✅ |
4 | Camp Cleanup | C | ✅ | ✅ | ❌ |
5 | Supply Stacks | Go | ✅ | ✅ | ✅ |
6 | Tuning Trouble | aarch64 asm | ❌ | ❌ | ❌ |
7 | No Space Left On Device | C++ | ✅ | ✅ | ❌ |
Each user after logging in has it's own set of input data.
Only code implemention is a spoiler.
Values used in examples, test cases etc won't reveal anwsers.