Post edit history
train your LUA skills
Before | After | ||
---|---|---|---|
1 | [quote]I have implemented Dijkstra's algorithm so far :P [/quote] | 1 | [quote]I have implemented Dijkstra's algorithm so far :P [/quote] |
2 | then you are 75% done with A*. Just add a heuristic so it searches unvisited nodes in proper order and you're done. | 2 | then you are 75% done with A*. Just add a heuristic so it checks through the unvisited nodes in proper order and you're done. |