This repository contains my solutions for the Advent of Code 2024
The project is structured as follows:
src/main/kotlin
contains the main code for the solutionssrc/test/kotlin
contains the JUnit 5 tests used to run the solutionssrc/test/resources
contains the input files for each puzzle (including examples)
Here are the solutions I have implemented along with the time it took to run each one: