advent of code Advent of Code 2020 day 19 More parsing. It started easier than I thought, then Haskell made it harder.
advent of code Advent of Code 2020 day 15 Diving into ST and monad loop control, all in the pursuit of speed
advent of code Advent of Code 2020 day 12 Day 12 [https://adventofcode.com/2020/day/12] was fairly straighforward: apply a bunch of rules to update a state. The two parts are so similar, I'll treat
advent of code Advent of Code 2019 day 25 Day 25 [https://adventofcode.com/2019/day/25] was fairly straightforward, once again building on Ascii generation from IntCode, as in day 17 [https://work.njae.me.uk/2019/12/
advent of code Advent of Code 2019 day 24 This was the challenge where I over-reached myself. Day 24 [https://adventofcode.com/2019/day/24]was about implementing a cellular automaton [https://en.wikipedia.org/wiki/Cellular_automaton], much