Go to file
Parnic b9161e4b42 Day 5 solution
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.)
2022-12-04 23:46:24 -06:00
2022-12-04 23:46:24 -06:00
2022-11-30 17:19:53 -06:00
2022-12-04 23:46:24 -06:00
2022-11-30 17:19:53 -06:00
2022-12-04 23:46:24 -06:00
2022-12-01 23:14:58 -06:00
2022-11-30 17:19:53 -06:00

Advent of Code 2022

My solutions to Advent of Code 2022.

Description
No description provided
Readme 302 KiB
Languages
C# 100%