Go to file
Parnic d7db069031 Day 6 solution
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.
2022-06-12 13:37:36 -05:00
2022-06-06 15:14:31 -05:00
2022-06-12 13:37:36 -05:00
2022-06-12 13:37:36 -05:00
2022-06-12 13:37:36 -05:00
2022-06-06 15:14:31 -05:00
2022-06-06 15:14:31 -05:00
2022-06-12 13:37:36 -05:00
2022-06-07 09:54:20 -05:00

Advent of Code 2019

My solutions to Advent of Code 2019.

Description
No description provided
Readme 1.6 MiB
Languages
Go 100%