9a4fb7c734ea92c2b89450a1d2c263c451944f5d
I'm reasonably happy with this. I started with a bi-directional linked list, but realized that a flat list of all nodes came in handy for one use case while the linked list came in handy for another, so I settled on that.
Advent of Code 2019
My solutions to Advent of Code 2019.
Description
Languages
Go
100%