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)
commitfa02619ed39b05a9d8bb83e73aac4779dd38cac5
tree6c65bef08a9ae6b23632bdb98473538baeeddafd
parent3e681c731e0ca1e70e8c3a0e3dddfc2f2c442ed0
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