summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Neil Smith [Thu, 12 Dec 2019 08:28:38 +0000 (08:28 +0000)]
Now using Double, not Float
Neil Smith [Wed, 11 Dec 2019 18:37:57 +0000 (18:37 +0000)]
Merge branch 'intcode-module'
Neil Smith [Wed, 11 Dec 2019 17:48:15 +0000 (17:48 +0000)]
Using just rationals for part 1.
Neil Smith [Wed, 11 Dec 2019 09:06:15 +0000 (09:06 +0000)]
Done day 10
Neil Smith [Mon, 9 Dec 2019 19:45:37 +0000 (19:45 +0000)]
Moved Intcode interpreter into a separate module, ensured all previous days still work.
Neil Smith [Mon, 9 Dec 2019 14:14:09 +0000 (14:14 +0000)]
More tweaking
Neil Smith [Mon, 9 Dec 2019 10:55:51 +0000 (10:55 +0000)]
Tiyding
Neil Smith [Mon, 9 Dec 2019 10:51:07 +0000 (10:51 +0000)]
Done day 9
Neil Smith [Mon, 9 Dec 2019 09:20:55 +0000 (09:20 +0000)]
A little tidying
Neil Smith [Mon, 9 Dec 2019 09:05:22 +0000 (09:05 +0000)]
Day 8 done
Neil Smith [Sun, 8 Dec 2019 19:02:40 +0000 (19:02 +0000)]
Point-free tweak
Neil Smith [Sun, 8 Dec 2019 17:51:12 +0000 (17:51 +0000)]
Done day 7
Neil Smith [Sat, 7 Dec 2019 14:50:59 +0000 (14:50 +0000)]
Part 2 now using sets
Neil Smith [Sat, 7 Dec 2019 13:48:51 +0000 (13:48 +0000)]
Done day 6
Neil Smith [Fri, 6 Dec 2019 14:09:23 +0000 (14:09 +0000)]
Now using the RWS monad stack
Neil Smith [Fri, 6 Dec 2019 10:01:15 +0000 (10:01 +0000)]
Added day 5 problem text.
Neil Smith [Fri, 6 Dec 2019 08:26:09 +0000 (08:26 +0000)]
Removed some old, dead code
Neil Smith [Fri, 6 Dec 2019 08:22:13 +0000 (08:22 +0000)]
Done day 5
Neil Smith [Wed, 4 Dec 2019 12:22:27 +0000 (12:22 +0000)]
Added some problem texts
Neil Smith [Wed, 4 Dec 2019 08:20:30 +0000 (08:20 +0000)]
An slightly different way to approach it
Neil Smith [Wed, 4 Dec 2019 08:09:57 +0000 (08:09 +0000)]
Removed a redundant filter
Neil Smith [Wed, 4 Dec 2019 08:01:27 +0000 (08:01 +0000)]
Done day 4
Neil Smith [Tue, 3 Dec 2019 22:13:01 +0000 (22:13 +0000)]
Parsing tweaks.
Neil Smith [Tue, 3 Dec 2019 18:30:34 +0000 (18:30 +0000)]
I remembered about foldl1 !
Neil Smith [Tue, 3 Dec 2019 17:33:13 +0000 (17:33 +0000)]
Now using M.intersectionWith, so no need for Data.Set
Neil Smith [Tue, 3 Dec 2019 16:44:26 +0000 (16:44 +0000)]
Updated readme for ghci calls
Neil Smith [Tue, 3 Dec 2019 16:44:13 +0000 (16:44 +0000)]
Done day 3 part 2
Neil Smith [Tue, 3 Dec 2019 09:13:19 +0000 (09:13 +0000)]
Done day 3 part 1
Neil Smith [Mon, 2 Dec 2019 14:23:51 +0000 (14:23 +0000)]
Updated README
Neil Smith [Mon, 2 Dec 2019 11:18:35 +0000 (11:18 +0000)]
Done day 2
Done day 2
Neil Smith [Sun, 1 Dec 2019 16:49:54 +0000 (16:49 +0000)]
Couple of typo fixes.
Neil Smith [Sun, 1 Dec 2019 13:15:59 +0000 (13:15 +0000)]
Part 2 now point-free
Neil Smith [Sun, 1 Dec 2019 09:02:43 +0000 (09:02 +0000)]
Updated readme
Neil Smith [Sun, 1 Dec 2019 09:00:57 +0000 (09:00 +0000)]
Done day 1
Neil Smith [Fri, 29 Nov 2019 16:30:39 +0000 (16:30 +0000)]
Initial file structure set up.