Skip to content

πŸŽ„ Advent of Code 2024 Solutions πŸŽ„ - My personal solutions for the Advent of Code 2024 challenges written in Python. 🌟

Notifications You must be signed in to change notification settings

ZeinHajjAli/AdventOfCode-2024-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ Advent of Code 2024

Solutions to the Advent of Code 2024 challenges. These daily puzzles cover a range of topics, from algorithms and data structures to creative problem-solving. Perfect for keeping coding skills sharp during the holiday season.

I'm not trying to solve them in time for the global leaderboard, but instead I just want to test my hand at the problems since they're more fun than just grinding LeetCode.

Some of the solutions might be severely unoptimized, but I'm using it as a way to work through my first thought on the problems rather than something scalable or very extensible.

About Advent of Code

Advent of Code is an annual event featuring 25 programming puzzles released daily from December 1st to 25th.

Structure

Each day's solution is in its own directory:

β”œβ”€β”€ day01/
β”œβ”€β”€ day02/
β”œβ”€β”€ day03/
└── ...

and usually in a Jupyter notebook (solution.ipynb).

About

πŸŽ„ Advent of Code 2024 Solutions πŸŽ„ - My personal solutions for the Advent of Code 2024 challenges written in Python. 🌟

Resources

Stars

Watchers

Forks