mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-05-19 03:23:27 +02:00
resolve some TODOs
This commit is contained in:
+1
-2
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user