This repository contains my solutions for Advent of Code 2023. Advent of Code is an annual coding event with a series of programming challenges released each day leading up to Christmas.
Each day's solution is implemented in Python and is organized in a way that makes it easy to understand and reproduce. Feel free to explore the solutions and use them as a reference or inspiration for your own implementations.
- Day 1: Trebuchet?! : My solution
- Day 2: Cube Conundrum : My solution
- Day 3: Gear Ratios : My solution
- Day 4: Scratchcards : My solution
To run the solutions locally, follow these steps:
-
Clone the repository:
git clone https://github.com/andalusm/advent2023