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
advent of code Advent of Code 2019 day 16 Exploiting built-in functions, and some special-case optimisation.
advent of code Advent of Code 2019 day 7 When building your own concurrent scheduling system is the easy way.
advent of code Advent of Code 2019 day 3 The joys of abstractions that stay unchanged when the requirements do