mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-02-09 10:30:32 +01:00
Day 11: Python
Straightforward. Uses networkx because I thought it would be very helpful but it only really saves
me from writing a topological sort algorithm in the end.
$ uv run ./solve.py input.txt
Part 1: secret
Part 2: secret