Search found 1 match
- Fri Oct 12, 2012 1:03 am
- Forum: PHP - Code
- Topic: Help please to convert Dijkstra to A star algorithm
- Replies: 0
- Views: 3153
Help please to convert Dijkstra to A star algorithm
Hi guys, I'm having trouble converting Dijkstra algorithm to A star. Actually the A star algorithm class is attached as well as Dijkstra but the file callPath needs to be changed as it's currently working with Dijkstra. I appreciate your help A star algorithm: <?php class AStar { const HV_COST = 10;...