Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 4.69 KB

README.md

File metadata and controls

42 lines (36 loc) · 4.69 KB

🎄 Advent of Code 2022 🎄

AoC2022 logo

Summary

Advent of Code is a yearly advent calendar full of daily coding puzzles; one for each of the twenty-five days of Christmas.

In this repo, I will document the daily problems and post my solutions to them (time permitting). I will also be attempting to solve the puzzles in python this year to familiarize myself with it more.

Overview

Day Name Solution What I learned Stars
01 Calorie Counting 🐍solution.py ⭐⭐
02 Rock Paper Scissors 🐍solution.py ⭐⭐
03 Rucksack Reorganization 🐍solution.py ⭐⭐
04 Camp Cleanup 🐍solution.py ⭐⭐
05 Supply Stacks 🐍solution.py ⭐⭐
06 Tuning Trouble 🐍solution.py ⭐⭐
07 No Space Left On Device 🐍solution.py ⭐⭐
08 Treetop Tree House 🐍solution.py ⭐⭐
09 Rope Bridge 🐍solution.py ⭐⭐
10 Cathode-Ray Tube 🐍solution.py ⭐⭐
11 Monkey in the Middle 🐍solution.py ⭐⭐
12 Hill Climbing Algorithm 🐍solution.py ⭐⭐
13 Distress Signal 🐍solution.py Learnings ⭐⭐
14 Regolith Reservoir 🐍solution.py Learnings ⭐⭐
15
16
17
18
19
20
21
22
23
24
25