advent-of-code-19.git
4 years agoMoved Intcode interpreter into a separate module, ensured all previous days still... intcode-module
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.

4 years agoMore tweaking
Neil Smith [Mon, 9 Dec 2019 14:14:09 +0000 (14:14 +0000)]
More tweaking

4 years agoTiyding
Neil Smith [Mon, 9 Dec 2019 10:55:51 +0000 (10:55 +0000)]
Tiyding

4 years agoDone day 9
Neil Smith [Mon, 9 Dec 2019 10:51:07 +0000 (10:51 +0000)]
Done day 9

4 years agoA little tidying
Neil Smith [Mon, 9 Dec 2019 09:20:55 +0000 (09:20 +0000)]
A little tidying

4 years agoDay 8 done
Neil Smith [Mon, 9 Dec 2019 09:05:22 +0000 (09:05 +0000)]
Day 8 done

4 years agoPoint-free tweak
Neil Smith [Sun, 8 Dec 2019 19:02:40 +0000 (19:02 +0000)]
Point-free tweak

4 years agoDone day 7
Neil Smith [Sun, 8 Dec 2019 17:51:12 +0000 (17:51 +0000)]
Done day 7

4 years agoPart 2 now using sets
Neil Smith [Sat, 7 Dec 2019 14:50:59 +0000 (14:50 +0000)]
Part 2 now using sets

4 years agoDone day 6
Neil Smith [Sat, 7 Dec 2019 13:48:51 +0000 (13:48 +0000)]
Done day 6

4 years agoNow using the RWS monad stack
Neil Smith [Fri, 6 Dec 2019 14:09:23 +0000 (14:09 +0000)]
Now using the RWS monad stack

4 years agoAdded day 5 problem text.
Neil Smith [Fri, 6 Dec 2019 10:01:15 +0000 (10:01 +0000)]
Added day 5 problem text.

4 years agoRemoved some old, dead code
Neil Smith [Fri, 6 Dec 2019 08:26:09 +0000 (08:26 +0000)]
Removed some old, dead code

4 years agoDone day 5
Neil Smith [Fri, 6 Dec 2019 08:22:13 +0000 (08:22 +0000)]
Done day 5

4 years agoAdded some problem texts
Neil Smith [Wed, 4 Dec 2019 12:22:27 +0000 (12:22 +0000)]
Added some problem texts

4 years agoAn slightly different way to approach it
Neil Smith [Wed, 4 Dec 2019 08:20:30 +0000 (08:20 +0000)]
An slightly different way to approach it

4 years agoRemoved a redundant filter
Neil Smith [Wed, 4 Dec 2019 08:09:57 +0000 (08:09 +0000)]
Removed a redundant filter

4 years agoDone day 4
Neil Smith [Wed, 4 Dec 2019 08:01:27 +0000 (08:01 +0000)]
Done day 4

4 years agoParsing tweaks.
Neil Smith [Tue, 3 Dec 2019 22:13:01 +0000 (22:13 +0000)]
Parsing tweaks.

4 years agoI remembered about foldl1 !
Neil Smith [Tue, 3 Dec 2019 18:30:34 +0000 (18:30 +0000)]
I remembered about foldl1 !

4 years agoNow using M.intersectionWith, so no need for Data.Set
Neil Smith [Tue, 3 Dec 2019 17:33:13 +0000 (17:33 +0000)]
Now using M.intersectionWith, so no need for Data.Set

4 years agoUpdated readme for ghci calls
Neil Smith [Tue, 3 Dec 2019 16:44:26 +0000 (16:44 +0000)]
Updated readme for ghci calls

4 years agoDone day 3 part 2
Neil Smith [Tue, 3 Dec 2019 16:44:13 +0000 (16:44 +0000)]
Done day 3 part 2

4 years agoDone day 3 part 1
Neil Smith [Tue, 3 Dec 2019 09:13:19 +0000 (09:13 +0000)]
Done day 3 part 1

4 years agoUpdated README
Neil Smith [Mon, 2 Dec 2019 14:23:51 +0000 (14:23 +0000)]
Updated README

4 years agoDone day 2
Neil Smith [Mon, 2 Dec 2019 11:18:35 +0000 (11:18 +0000)]
Done day 2

Done day 2

4 years agoCouple of typo fixes.
Neil Smith [Sun, 1 Dec 2019 16:49:54 +0000 (16:49 +0000)]
Couple of typo fixes.

4 years agoPart 2 now point-free
Neil Smith [Sun, 1 Dec 2019 13:15:59 +0000 (13:15 +0000)]
Part 2 now point-free

4 years agoUpdated readme
Neil Smith [Sun, 1 Dec 2019 09:02:43 +0000 (09:02 +0000)]
Updated readme

4 years agoDone day 1
Neil Smith [Sun, 1 Dec 2019 09:00:57 +0000 (09:00 +0000)]
Done day 1

4 years agoInitial file structure set up.
Neil Smith [Fri, 29 Nov 2019 16:30:39 +0000 (16:30 +0000)]
Initial file structure set up.