summaryrefslogtreecommitdiff
path: root/2017/14.in
Commit message (Collapse)AuthorAge
* Day 14tomsmeding2017-12-14
Honestly, I'm surprised that this is even remotely fast. The usage of plain linked-list strings should make this horrifyingly slow, but apparently, the combination of an optimising GHC and a not-too-large map (apparently) make this tractable.