23a75d8f95a621f8e02b32191556f61c7f1ca9b9
This was pretty much just day 18 again, but without doors and with an input data parsing skill check. I simplified day 18 and went with a basic Dijkstra algorithm after the DFS to crawl the maze which solved this just fine. Part 2 is...ugh.
Advent of Code 2019
My solutions to Advent of Code 2019.
Description
Languages
Go
100%