Day 18 part 1 solution

...sort of. It works, but it takes a lot longer than I'd like on real input. I optimized it with some memoization, but it's still far too slow to be the intended solution. I finished my actual input in over 3 minutes on my macbook m1 (...with the right answer, at least).

This solution as-is isn't really going to fly for part 2, though, so I'm probably going to have to re-do it either way.
This commit is contained in:
2022-06-15 22:05:01 -05:00
parent 5bc089c83d
commit 8f0dc931c1
16 changed files with 512 additions and 4 deletions

2
go.mod
View File

@ -1,3 +1,5 @@
module parnic.com/aoc2019
go 1.18
require github.com/beefsack/go-astar v0.0.0-20200827232313-4ecf9e304482