HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

Link 377989 thumbnail
User 333228 avatar

By john.jian.fang
via code.google.com
Published: Mar 10 2010 / 18:06

Recently, I work on a warehouse optimization project. On interesting problem is to select an optimal pick tour for the pick agent, which is very much like a simplified path planning problem in a game world. I used the popular A`*` search algorithm and like to share with you about my Java implementation of the A* algorithm.
  • 24
  • 0
  • 5218
  • 5

Comments

Add your comment
User 236075 avatar

henk replied ago:

0 votes Vote down Vote up Reply

I remember the days I had to learn this algorithm in university. Nice article :)

User 291248 avatar

kypronite replied ago:

0 votes Vote down Vote up Reply

sorry,stupid question...
How about the license?

I'm usually a copy and paste programmer :(

User 432114 avatar

davidyfl replied ago:

0 votes Vote down Vote up Reply

Never mind, you are welcome to copy and paste. :)

User 750387 avatar

iskober replied ago:

0 votes Vote down Vote up Reply

Nice article

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.