Summary.txt in eightpuzzle.zip
Sponsored links
8puzzle Problem Solving using A* Search Algorithm and RBFS Algorithm using Manhattan Distance and Misplaced Tiles heuristics.
Classes:
SuccessorState.java
RBFS.java
OtherHeuristic.java
Node.java
MisplacedTiles.java
ManhattanDistance.java
FifoNodeStore.java
EightPuzzle.java
AstarSearch.java
EightPuzzleGoalState.java
Interfaces:
Search.java
NodeStore.java
Heuristic.java
GoalTest.java
The main class is EightPuzzle.java and it calls Astar search and RBFS search accor
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.