Loading...
  OR  Zero-K Name:    Password:   

Post edit history

train your LUA skills

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
10/4/2015 5:16:22 PMRUrankYogzototh before revert after revert
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.