Files
adventofcode/2025/day11/README.md
2025-12-11 09:44:39 +01:00

252 B

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