Contains my solutions for Advent of Code.
-
2023
- C++ (modern using C++20 standard). Note Eigen is required for day 24 part b. Check the Makefile for the assumed installation location. Everything else only uses the standard library.
-
2024
- C++ (C++20 standard)