This repository contains my solutions for the Advent of Code 2024
The project is structured as follows:
src/main/kotlincontains the main code for the solutionssrc/test/kotlincontains the JUnit 5 tests used to run the solutionssrc/test/resourcescontains 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: