Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 940 Bytes

File metadata and controls

24 lines (15 loc) · 940 Bytes

Advent of Code 2024

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.

About Advent of Code

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.

Prerequisites

  • Python 3.8 or higher.
  • A code editor or IDE (e.g., VSCode, PyCharm).

Setup

  1. Clone the repository:
    git clone https://github.com/mdmorris/AdventOfCode2024.git
    cd AdventOfCode2024

Happy coding and enjoy the puzzles!