Re: A* search implementation in Python

2007-02-02 Thread Peter Otten
Steven D'Aprano wrote: > On Thu, 01 Feb 2007 18:21:57 -0800, bearophileHUGS wrote: > >> Reid Priedhorsky: >>> I'm looking for an open-source Python implementation of A* search for >>> use in a mapping application. >> >> You can try this one: >> http://aima.cs.berkeley.edu/python/search.html > >

Re: A* search implementation in Python

2007-02-01 Thread Steven D'Aprano
On Thu, 01 Feb 2007 18:21:57 -0800, bearophileHUGS wrote: > Reid Priedhorsky: >> I'm looking for an open-source Python implementation of A* search for use >> in a mapping application. > > You can try this one: > http://aima.cs.berkeley.edu/python/search.html To paraphrase a wise saying: If you

Re: A* search implementation in Python

2007-02-01 Thread bearophileHUGS
Reid Priedhorsky: > I'm looking for an open-source Python implementation of A* search for use > in a mapping application. You can try this one: http://aima.cs.berkeley.edu/python/search.html Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list