day23 compared a bit less
This commit is contained in:
parent
867a476c44
commit
02368f0ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class Ground:
|
||||||
proposals: dict[Position, Position] = {}
|
proposals: dict[Position, Position] = {}
|
||||||
touched: set[Position] = set()
|
touched: set[Position] = set()
|
||||||
for from_pos, last_touched in elves.items():
|
for from_pos, last_touched in elves.items():
|
||||||
if last_touched + 4 < round:
|
if last_touched + 4 <= round:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
found = False
|
found = False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue