1
0
Fork 0
adventofcode/src
Jonathan Chan 3190c4b053 Day 25git status! 2018-12-24 22:12:58 -08:00
..
Day01.hs Day 01 - minor editing, contracting part 2. 2018-12-01 11:03:42 -08:00
Day02.hs Day 02 - (\) deletes the first occurrence, so back to using zip + filter. 2018-12-02 09:28:02 -08:00
Day03.hs Day 03 - now with IntMap! 2018-12-03 10:08:06 -08:00
Day04.hs Day 04 - did some refactoring, but guardTimes can be written better. 2018-12-04 17:44:14 -08:00
Day05.hs Day 05. 2018-12-05 11:53:46 -08:00
Day06.hs Day 06. 2018-12-06 20:07:26 -08:00
Day07.hs Day 07 - added transitive reduction to dependency graph and .dot output for fun :3 2018-12-08 12:01:24 -08:00
Day08.hs Day 08. 2018-12-07 23:25:58 -08:00
Day09.hs Day 09. 2018-12-09 00:28:33 -08:00
Day10.hs Day 10. 2018-12-12 16:52:31 -08:00
Day11.hs Day 11 - part 2 using a modification of Kadane's algorithm. 2018-12-13 12:08:04 -08:00
Day12.hs Day 12. 2018-12-15 21:59:54 -08:00
Day13.hs Day 13. 2018-12-16 11:04:25 -08:00
Day14.hs Day 14. 2018-12-16 20:52:41 -08:00
Day15.hs Initial commit. 2018-11-25 18:32:15 -08:00
Day16.hs Day 16. 2018-12-17 12:49:46 -08:00
Day17.hs Day 17 - added implementation using UArray but it doesn't work :( 2018-12-18 15:22:11 -08:00
Day17_UArray.hs Day 19. 2018-12-19 00:02:06 -08:00
Day18.hs Day 18 - replaced Matrix with UArray with great performance improvements! 2018-12-18 14:41:32 -08:00
Day19.hs Day 19. 2018-12-19 00:02:06 -08:00
Day20.hs Day 20 -- really slow... 2018-12-20 19:39:07 -08:00
Day21.hs Day 21 - decompiled. 2018-12-21 14:26:15 -08:00
Day22.hs Day 22 - fixed part 2 (Visiteds should save Key, not just Coordinate); Day 23 - part 2 using SBV (but runs very slowly). 2018-12-23 22:08:06 -08:00
Day23.hs Day 22 - fixed part 2 (Visiteds should save Key, not just Coordinate); Day 23 - part 2 using SBV (but runs very slowly). 2018-12-23 22:08:06 -08:00
Day24.hs Day 24. 2018-12-24 18:10:18 -08:00
Day25.hs Day 25git status! 2018-12-24 22:12:58 -08:00
PSQueue.hs Day 22 - part 1 finished, part 2 is 8 minutes off (i.e. one extra region travelled). 2018-12-23 14:21:03 -08:00