Welcome to my Advent of Code 2024 repository! This project contains solutions and notes for the daily programming challenges provided by Advent of Code. The repository is organized to make it easy for you to explore solutions, review problem-solving approaches, and dive into the exciting world of algorithmic puzzles.
Advent of Code is an annual event where participants solve a series of programming puzzles released daily from December 1st through December 25th. These puzzles are designed to be both fun and educational, ranging in difficulty and requiring creative thinking.
- Python 3.8 or higher.
- A code editor or IDE (e.g., VSCode, PyCharm).
- Clone the repository:
git clone https://github.com/mdmorris/AdventOfCode2024.git cd AdventOfCode2024
Happy coding and enjoy the puzzles!