HTML5 Mobile
Written by: Max Firtman
Featured Refcardz: Top Refcardz:
  1. Git
  2. Data Mining
  3. Spring Data
  4. Subversion
  5. HTML5 Mobile
  1. HTML5 Mobile
  2. HTML5
  3. Subversion
  4. Git
  5. Java

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
  • 6593
  • 43

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.