Anfängerpraktikum: Advent of Code 2025
Team: Tabea Gehnen (tabge) & Gregor Teupke (GregorTpk)
- Each day's problem has a corresponding folder 01/, 02/, ...
solve.pysolves both subproblems of a day. It takes a file path as an optional command-line argument, default isinput.txt.input.txtcan be saved locally for convenience, whereinput*.txtis ignored by git.- With the command line argument
-q, a solver script only outputs the result without any text. - Some solvers support more command line arguments. View them with
-h.
- Day 10 requires
scipyandgalois.