mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 05:30:14 -05:00
b9161e4b42a72d24ceaf15f9befcf2f1fe99f16c
A Deep Copy and a double-ended queue would have made this day much easier. I should add those. (Having trouble finding a generic deep copy that works in .net 6, though...I opted to rewrite my original List<List<char>> solution into List<string> in lieu of a deep copy so I wouldn't have to parse the input all over again.)
Advent of Code 2022
My solutions to Advent of Code 2022.
Description
Languages
C#
100%