2 Commits

Author SHA1 Message Date
14625d191e Add utility for array AddUnique 2022-06-21 12:23:12 -05:00
c8878ffbce 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-14 09:21:10 -05:00