This commit is contained in:
Lukas Wölfer
2020-02-12 23:45:51 +01:00
parent 7247f465de
commit ca44b8977d
9 changed files with 167 additions and 74 deletions

View File

@@ -86,7 +86,7 @@ def solve(
iter_start = time.time()
count = 0
while stack:
while len(stack) > 0:
count += 1
if count > 5000: