The following is a set of solutions for Advent of Code 2024, written by Alex.
The solutions folder hosts the year's challenges, not inlcuding inputs, outputs or tasks.
You'll find typescript solutions (after day 7) @ ./src/typescript/solutions.
You'll find the early, javascript solutions (days 1-6) @ ./src/javascript/solutions
The tools folder is a set of scripts/tools to help automate some mundane tasks re: solution management.
Use of AI for solving the problems is against the principles of Advent of Code. I, however, have been using AI to generate tooling for the project (ahead-of-time, not during solving challenges).
See also: CREDITS.md
License: CC-BY-NC-4.0