advent-of-code-19.git
2020-12-07 Neil SmithSome tidying
2020-12-07 Neil SmithDone day 25
2020-12-07 Neil SmithFixed bug when checking opcode for blocking on input
2020-12-06 Neil SmithAdded problem, some tidying
2020-12-05 Neil SmithFinally done day 24
2020-12-05 Neil SmithFinally done day 24
2020-12-02 Neil SmithTrying to get part 1 working with a Map, not a Matrix
2020-02-01 Neil SmithDone part 1
2020-02-01 Neil SmithAdded day 23 problem
2020-01-22 Neil SmithTidying
2020-01-15 Neil SmithDone part 2
2020-01-14 Neil SmithDone part 1
2020-01-09 Neil SmithDone day 22
2020-01-07 Neil SmithUpdated readme with link to blog
2020-01-07 Neil SmithDone day 21
2020-01-07 Neil SmithCreate LICENCE.txt
2020-01-06 Neil SmithPart 2 done
2020-01-05 Neil SmithPart 1 done
2020-01-04 Neil SmithRemoved unncessary newtype
2020-01-04 Neil SmithRemoved needless scanning of each column
2020-01-04 Neil SmithDay 19 done
2020-01-03 Neil SmithFinished day 18
2020-01-02 Neil SmithUpdated profiling information
2020-01-01 Neil SmithFurther cleanup, increased use of lenses
2019-12-30 Neil SmithDone part 2
2019-12-27 Neil SmithDirect approach done
2019-12-24 Neil SmithDone part 1
2019-12-22 Neil SmithTidying
2019-12-22 Neil SmithDone part 2
2019-12-22 Neil SmithDone part 1
2019-12-20 Neil SmithMore tweaking of optics
2019-12-20 Neil SmithTidying
2019-12-20 Neil SmithDone day 16
2019-12-20 Neil SmithDay 15 done with optics
2019-12-20 Neil SmithTidying.
2019-12-19 Neil SmithDay 15 done
2019-12-16 Neil SmithRenamed rule to reaction
2019-12-16 Neil SmithDay 14 done.
2019-12-16 Neil SmithMoving machines again
2019-12-15 Neil SmithRenamed Field to Screen
2019-12-14 Neil SmithDone day 13
2019-12-13 Neil SmithChanged the typeclass that NVec depends on
2019-12-13 Neil SmithA bit of tidying
2019-12-13 Neil SmithDone part 2
2019-12-13 Neil SmithPolymorphism working
2019-12-12 Neil SmithMoving to another machine
2019-12-12 Neil SmithDay 11 done
2019-12-12 Neil SmithNow using Double, not Float
2019-12-11 Neil SmithMerge branch 'intcode-module'
2019-12-11 Neil SmithUsing just rationals for part 1.
2019-12-11 Neil SmithDone day 10
2019-12-09 Neil SmithMoved Intcode interpreter into a separate module, ensur... intcode-module
2019-12-09 Neil SmithMore tweaking
2019-12-09 Neil SmithTiyding
2019-12-09 Neil SmithDone day 9
2019-12-09 Neil SmithA little tidying
2019-12-09 Neil SmithDay 8 done
2019-12-08 Neil SmithPoint-free tweak
2019-12-08 Neil SmithDone day 7
2019-12-07 Neil SmithPart 2 now using sets
2019-12-07 Neil SmithDone day 6
2019-12-06 Neil SmithNow using the RWS monad stack
2019-12-06 Neil SmithAdded day 5 problem text.
2019-12-06 Neil SmithRemoved some old, dead code
2019-12-06 Neil SmithDone day 5
2019-12-04 Neil SmithAdded some problem texts
2019-12-04 Neil SmithAn slightly different way to approach it
2019-12-04 Neil SmithRemoved a redundant filter
2019-12-04 Neil SmithDone day 4
2019-12-03 Neil SmithParsing tweaks.
2019-12-03 Neil SmithI remembered about foldl1 !
2019-12-03 Neil SmithNow using M.intersectionWith, so no need for Data.Set
2019-12-03 Neil SmithUpdated readme for ghci calls
2019-12-03 Neil SmithDone day 3 part 2
2019-12-03 Neil SmithDone day 3 part 1
2019-12-02 Neil SmithUpdated README
2019-12-02 Neil SmithDone day 2
2019-12-01 Neil SmithCouple of typo fixes.
2019-12-01 Neil SmithPart 2 now point-free
2019-12-01 Neil SmithUpdated readme
2019-12-01 Neil SmithDone day 1
2019-11-29 Neil SmithInitial file structure set up.