Dear Users,

I am trying to implement an A* map search algorithm in java, both the tree search and the graph search versions.

Tree Search Code:

SearchNode startState = new SearchNode(null,...