1
0
Fork 0
Monorepo for all old Advent of Code solutions
Go to file
Jonathan Chan 0244211290 Day 11 - part 2 using a modification of Kadane's algorithm. 2018-12-13 12:08:04 -08:00
app Day 11 - part 1. 2018-12-12 18:08:36 -08:00
input Day 10. 2018-12-12 16:52:31 -08:00
src Day 11 - part 2 using a modification of Kadane's algorithm. 2018-12-13 12:08:04 -08:00
.gitignore Initial commit. 2018-11-25 18:32:15 -08:00
ChangeLog.md Initial commit. 2018-11-25 18:32:15 -08:00
LICENSE Initial commit. 2018-11-25 18:32:15 -08:00
README.md Day 11 - part 2 using a modification of Kadane's algorithm. 2018-12-13 12:08:04 -08:00
Setup.hs Initial commit. 2018-11-25 18:32:15 -08:00
package.yaml Day 11 - part 2 using a modification of Kadane's algorithm. 2018-12-13 12:08:04 -08:00
stack.yaml Initial commit. 2018-11-25 18:32:15 -08:00

README.md

Advent of Code 2018

Blog Posts

To arrive at ⟨ortho|normal⟩ as December comes.

Runtimes

Day Runtime (s) With -O2
01 < 0.1
02 < 0.1
03 ~ 2
04 ~ 1
05 ~ 1
06 ~ 3
07 ~ 1
08 ~ 6.5
09 ~ 7
10 ~ 6.5
11 ~ 7
12
13
14
15
16
17
18
19
20
21
22
23
24
25