a099a86511c3cfd1c0396cadaccdd9242520d08d
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%