Re: [Factor-talk] Pull request: A* algorithm

2010-03-06 Thread Samuel Tardieu
2010/3/6 Jon Harper Hi everyone, here's a picture of Samuel's A* implémentation in action : > The start is at the top left, arrival at the bottom right. The considered > cells are in blue. > > http://imgur.com/aR0FJ.png > > > [image: the image] > While it may seem

Re: [Factor-talk] Pull request: A* algorithm

2010-03-06 Thread Jon Harper
Hi everyone, here's a picture of Samuel's A* implémentation in action : The start is at the top left, arrival at the bottom right. The considered cells are in blue. http://imgur.com/aR0FJ.png [image: the image] Jon Harper On Sat, Mar 6, 2010 at 11:14 AM, Samuel

[Factor-talk] Pull request: A* algorithm

2010-03-06 Thread Samuel Tardieu
The following changes since commit 3d3b6b610b3dd03f102fdd550c442a00639c4615: Joe Groff (1): Merge branch 'lexer-parsing-word-errors' are available in the git repository at: git://git.rfc1149.net/factor.git for-slava Samuel Tardieu (1): A* algorithm implementation extra/astar/