Summary.txt in eightpuzzle.zip


eight puzzle using RBFS and A* search and manhattan distance heuristic function...Original Link
    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.

			
			


Project Files

    Sponsored links
NameSizeDate
 AstarSearch.java10.52 kB10-07-09 03:03
 Comparison39.50 kB10-07-09 02:59
 EightPuzzle.java3.33 kB10-07-09 00:03
 EightPuzzleGoalState.java475.00 B10-03-09 21:14
 FifoNodeStore.java1.83 kB10-06-09 13:43
 GoalTest.java208.00 B10-03-09 21:16
 Heuristic.java303.00 B10-03-09 01:30
 ManhattanDistance.java4.67 kB10-07-09 03:07
 MisplacedTiles.java1.04 kB10-06-09 14:20
 Node.java2.15 kB10-07-09 03:03
 NodeStore.java274.00 B10-03-09 01:37
 OtherHeuristic.java764.00 B10-06-09 22:58
 RBFS.java10.43 kB10-07-09 03:12
 Search.java334.00 B10-06-09 23:12
 SuccessorState.java3.50 kB10-07-09 03:15
 Summary.txt988.00 B10-07-09 03:35
...

Related Items

    Sponsored links