mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 13:50:32 +01:00
2025 day 11 in Python
This commit is contained in:
10
2025/day11/README.md
Normal file
10
2025/day11/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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.
|
||||
|
||||
```console
|
||||
$ uv run ./solve.py input.txt
|
||||
Part 1: secret
|
||||
Part 2: secret
|
||||
```
|
||||
Reference in New Issue
Block a user