Welcome to my Advent of Code 2024 journey! This repository contains my solutions to the daily coding challenges from Advent of Code, an annual event where programming and problem-solving meet the holiday spirit.
Advent of Code is a series of daily programming puzzles released every December leading up to Christmas. Each puzzle offers a fun challenge, a chance to learn, and an opportunity to showcase problem-solving skills.
Each day's solutions are organized into individual directories:
📂 DayXX/
├── DayXX_<ProblemTitle>.txt # Problem solving approach
├── input.txt # Puzzle input
├── solution.py # My solution (or equivalent language file)
- Programming Language: Python
- Tools/Libraries: N/A
- Clone the repository:
git clone https://github.com/GKay-dev/Advent-Of-Code-2024.git
- Navigate to a specific day's folder and run the solution:
cd DayXX # Replace XX with any number between 01 and 25 (both inclusive) python solution.py # Replace with your language command
Day | Part 1 | Part 2 |
---|---|---|
Day 1 | ✅ | ✅ |
Day 2 | ✅ | ✅ |
Day 3 | ✅ | ✅ |
Day 4 | ❌ | ❌ |
Day 5 | ❌ | ❌ |
Day 6 | ❌ | ❌ |
Day 7 | ❌ | ❌ |
Day 8 | ❌ | ❌ |
Day 9 | ❌ | ❌ |
Day 10 | ❌ | ❌ |
Day 11 | ❌ | ❌ |
Day 12 | ❌ | ❌ |
Day 13 | ❌ | ❌ |
Day 14 | ❌ | ❌ |
Day 15 | ❌ | ❌ |
Day 16 | ❌ | ❌ |
Day 17 | ❌ | ❌ |
Day 18 | ❌ | ❌ |
Day 19 | ❌ | ❌ |
Day 20 | ❌ | ❌ |
Day 21 | ❌ | ❌ |
Day 22 | ❌ | ❌ |
Day 23 | ❌ | ❌ |
Day 24 | ❌ | ❌ |
Day 25 | ❌ | ❌ |
Suggestions? Reach out via GitHub Issues.