]> localhost Git - adventofcode2019.git/commit
Factor out A* implementation
authorJack Kinsey <kinsey_john@bah.com>
Fri, 20 Dec 2019 21:56:02 +0000 (16:56 -0500)
committerJack Kinsey <kinsey_john@bah.com>
Fri, 20 Dec 2019 21:56:02 +0000 (16:56 -0500)
commit0a9e6b0277c8f827c55d956400c072864461f53b
tree6d268ef4a0f13ec9344bdd6b4ce6979577d75b75
parenteb573e5f543846e65a61bca655f8927de3d8ae43
Factor out A* implementation

Also, day18pt1 is now almost definitely correct. It's still too slow,
though.
src/adventofcode2019/day18.clj
src/adventofcode2019/lib.clj
test/adventofcode2019/day18_test.clj