resolve some TODOs

This commit is contained in:
alexchao26
2021-12-30 19:18:07 -05:00
parent 57a2222810
commit 6f6cc42601
3 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -47,8 +47,7 @@ func spinlock(input string, part int) int {
}
current = current.next
// progress log for part 2 brute force...
// todo optimize this slow pos
// progress log for part 2 brute force... this is SLOW
if i%1000000 == 0 {
log.Println(i, "steps done")
}