My Advent of Code solutions.
They expect a very specific external directory structure for input files since the files were removed from this repository. YMMV on anything from 2023 and earlier.
For 2024 onward, the assumption is that this repository is cloned to ~/dev/adventofcode
or
C:\dev\adventofcode
, whether UNIX or Windows. Alongside it is a ~/dev/aoc-inputs
/C:\dev\aoc-inputs
which has the following structure:
YEAR
-> test
and real
-> DayXX.txt
For example, 2024/test/Day04.txt
and 2024/real/Day01.txt
.
Released under the MIT License.