mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Formatting?
This commit is contained in:
@@ -32,7 +32,7 @@ class DayRunner(CombinedRunner):
|
|||||||
heapq.heappush(todo, (dist, x, y, dx, dy))
|
heapq.heappush(todo, (dist, x, y, dx, dy))
|
||||||
elif best[x, y, dx, dy][0] == dist:
|
elif best[x, y, dx, dy][0] == dist:
|
||||||
best[x, y, dx, dy][1].append((cx, cy, cdx, cdy))
|
best[x, y, dx, dy][1].append((cx, cy, cdx, cdy))
|
||||||
|
|
||||||
shortest_dist = None
|
shortest_dist = None
|
||||||
finishes = set()
|
finishes = set()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user