A-star search in numpy or python

sam boosalis picture sam boosalis · Feb 1, 2013 · Viewed 13.7k times · Source

i tried searching stackoverflow for the tags [a-star] [and] [python] and [a-star] [and] [numpy], but nothing. i also googled it but whether due to the tokenizing or its existence, i got nothing.

it's not much harder than your coding-interview tree traversals to implement. but, it would be nice to have a correct efficient implementation for everyone.

does numpy have A*?