A-star
A-star copied to clipboard
Straightforward A* implementation in Java
usage: extend the ASearchNode class and implement IGoalNode interface
ISearchNode AStar.search(ISearchNode initialNode, IGoalNode goalNode)