summaryrefslogtreecommitdiff
path: root/day13.go
diff options
context:
space:
mode:
Diffstat (limited to 'day13.go')
-rw-r--r--day13.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/day13.go b/day13.go
index f767674..9e2bc63 100644
--- a/day13.go
+++ b/day13.go
@@ -184,5 +184,11 @@ func main() {
}
fmt.Println("Part 1:", runningSum)
+ // pick key last element
+ // sort all elements according to key
+ // swap key into place
+ // divide array
+ // repeat
+
// fmt.Println("Part 2:", decoderKey)
}