Welcome to my GitHub repository for Advent of Code 2024! Here, you'll find my solutions to the daily programming challenges from this renowned event that takes place every December.
Advent of Code is a series of daily programming puzzles released from December 1st to December 25th. Each day features a new challenge with two parts, covering a wide range of topics, including:
- Algorithms
- Data structures
- Optimization
- Math and logic
Whether you're a beginner or an experienced programmer, it's a fantastic opportunity to learn and have fun!
Each folder corresponds to a specific day of Advent of Code 2024, containing files for each part of the challenge.
part_1.py
: Solution for Part 1 of the challenge.part_2.py
: Solution for Part 2 of the challenge.day_x.py
: Solution for both parts of the challenge.input.txt
: The input data provided for the challenge.
Improve my problem-solving skills. Explore different algorithmic approaches. Share my solutions and learn from the community.
Suggestions and contributions are welcome! Feel free to open an issue or submit a pull request.