advent-of-code-16.git
2016-12-09 Neil SmithTweaking
2016-12-09 Neil SmithAdded type signatures
2016-12-09 Neil SmithDay 8
2016-12-09 Neil SmithTweaked implementation of allSubstrings
2016-12-08 Neil SmithBetter implementation of ABBA finding, from Reddit
2016-12-08 Neil SmithDay 7 done. I now know more about Parsec
2016-12-08 Neil SmithUsed init instead of reverse $ tail $ reverse
2016-12-06 Neil SmithRemoved the Data.Map
2016-12-06 Neil SmithBetter version of advent06
2016-12-06 Neil SmithMore typo fixing
2016-12-06 Neil SmithTidied imports
2016-12-06 Neil SmithDay 6
2016-12-06 Neil SmithTidyied linebreaks
2016-12-05 Neil SmithDay 5 slightly terser
2016-12-05 Neil SmithDay 5
2016-12-04 Neil SmithVarious tidying bits
2016-12-04 Neil SmithTidying
2016-12-04 Neil SmithDay 4
2016-12-04 Neil SmithRestricted imports
2016-12-03 Neil SmithTweaks
2016-12-03 Neil SmithDay 3
2016-12-03 Neil SmithIncluded day 2 puzzle description
2016-12-02 Neil SmithKeyboards can be rectangular, not necessarily square
2016-12-02 Neil SmithTidied kb1 definition
2016-12-02 Neil SmithTidied code
2016-12-02 Neil SmithDay 2
2016-12-01 Neil SmithMore point-free
2016-12-01 Neil SmithDay 1 done