Commit Graph

7 Commits

Author SHA1 Message Date
f23624c456 Fix all clippy warnings. 2018-12-17 12:26:31 +01:00
f4a7b06d47 Reuse input helper. 2018-12-14 11:42:44 +01:00
b245e0911d Implement the summed-area-table algorithm.
Which is somewhat awkward for the edge cases (that are not in my input!)
but is really fast anyway.
2018-12-11 18:14:15 +01:00
4b8255728c Remove an invalid optimization. 2018-12-11 15:49:39 +01:00
59be8e9d7a Implement day 11 part 2. 2018-12-11 11:06:20 +01:00
ff8bc97329 Implement day 11 part 1. 2018-12-11 10:31:23 +01:00
9b287a0098 Prepare future scaffolding.
Also reformat the code, but that is nothing significant.
2018-12-09 13:02:54 +01:00