Skip to content

josephburgess/aoc2024

Repository files navigation

Advent of Code 2024 🎄

First time getting involved with Advent of Code.

Solving in Python because it's just a fun language to solve coding problems with :)

Progress

2024
Challenge Solution Stars
Day 1: Historian Hysteria Solution ⭐️⭐️
Day 2: Red-Nosed Reports Solution ⭐️⭐️
Day 3: Mull It Over Solution ⭐️⭐️
Day 4: Ceres Search Solution ⭐️⭐️
Day 5: Print Queue Solution ⭐️⭐️
Day 6: Guard Gallivant Solution ⭐️⭐️
Day 7: Bridge Repair Solution ⭐️⭐️
Day 8: Resonant Collinearity Solution ⭐️⭐️
Day 9: Disk Fragmenter Solution ⭐️⭐️
Day 10: Hoof It Solution ⭐️⭐️
Day 11: Plutonian Pebbles Solution ⭐️⭐️
Day 12: Garden Groups Solution ⭐️⭐️
Day 13: Claw Contraption Solution ⭐️
Day 14: Restroom Redoubt Solution ⭐️
Day 15: Warehouse Woes Solution ⭐️
Day 16: Reindeer Maze Solution ⭐️

Answers

If, for some reason, you wanted to see see the actual solution outputs for each day, just clone the repo, install deps and run main.py.

git clone https://github.com/josephburgess/aoc2024.git
cd aoc2024
pip install -r requirements.txt
python main.py

About

Advent of code solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages