Skip to content

Commit

Permalink
win 1 char :)
Browse files Browse the repository at this point in the history
  • Loading branch information
polo-diemunsch committed Apr 29, 2024
1 parent 674de19 commit f2dba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5 - nenuphar/Python/5.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
q=[(0,0,"")]
v={0}
while q:
i,j,p=q.pop(0)
i,j,p=q.pop()
if(i,j)in v:continue
v.add((i,j))
if i+j==698:print(p[:-1]);break
Expand Down

0 comments on commit f2dba73

Please sign in to comment.