Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.98 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.98 KB

Advent of Code 2022

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.

Project Structure

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++

Side note

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.

Footnotes

  1. https://adventofcode.com/2022/