Commit Graph

12 Commits

Author SHA1 Message Date
shu 8cfca9295e delete intersections entirely because we play golf 2019-12-04 00:48:16 +01:00
shu e64af48b80 Fix solution
6ef036e2c5 actually made the solution incorrect, the list comprehension
for part b relied on V 0 0 being in the list for the element to match
    the step number. The magic oneliner is rad tho so simply adjust the
    list comprehension.
2019-12-04 00:43:18 +01:00
shu e544fbb877 day 3: elemIndex exists, amaze 2019-12-03 23:27:32 +01:00
shu 6ef036e2c5 day 3: small tweak 2019-12-03 16:10:48 +01:00
shu 0e03545e94 day 3: Improve the solution a bit 2019-12-03 15:50:55 +01:00
shu 3ffa8fac0f day 3: small tweaks 2019-12-03 08:17:42 +01:00
shu b782929e01 day 3 2019-12-03 07:49:10 +01:00
shu e0c79b9edd use concatMap 2019-12-02 09:23:25 +01:00
shu 799a12675d day 2 2019-12-02 08:17:43 +01:00
shu ee975cb56a Use Ints
yay for infix div which I somehow forgot about
2019-12-01 09:37:00 +01:00
shu 4e58ab46eb day1 2019-12-01 09:02:57 +01:00
shu d03d580749 first commit 2019-12-01 09:02:14 +01:00