repositories
/
aoc20.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
622c2b5
)
don't hardcode blurpsequence
author
Mart Lubbers
<mart@martlubbers.net>
Thu, 10 Dec 2020 07:28:36 +0000
(08:28 +0100)
committer
Mart Lubbers
<mart@martlubbers.net>
Thu, 10 Dec 2020 07:28:36 +0000
(08:28 +0100)
10/one.icl
patch
|
blob
|
history
diff --git
a/10/one.icl
b/10/one.icl
index
a71ff6d
..
2241687
100644
(file)
--- a/
10/one.icl
+++ b/
10/one.icl
@@
-18,4
+18,6
@@
Start w
one ls = prod $ map length $ group $ sort [3:[b-a\\a<-ls & b<-tl ls]]
-two ls = prod [[0,1,2,4,7,12,20,33,53]!!length l\\l<-group [b-a\\a<-ls & b<-tl ls] | all ((==)1) l]
+two ls = prod [blurp !! length l\\l<-group [b-a\\a<-ls & b<-tl ls] | all ((==)1) l]
+
+blurp =: let seq a b = [a+b-1:seq b (a+b)] in seq 0 1