summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-01-14 20:51:19 +0100
committerMike Vink <mike1994vink@gmail.com>2023-01-14 20:51:19 +0100
commitfa9d49887911374b1306c57cd69de3bfeeadc548 (patch)
tree800874cd26f52994d579f6a58734cb0260c77545
parentad3e8553bd0dbb74c017a9fe25eb2798aadc942c (diff)
fixup
-rw-r--r--day15.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/day15.go b/day15.go
index 2380caa..d1e269e 100644
--- a/day15.go
+++ b/day15.go
@@ -1,4 +1,5 @@
// Part 2 could be further optimised by taking into account which sensors touch at manhattan distance + 1
+// But the main trick was recognising traversing the circumference as a way to reduce the search space.
package main
import (