This program uses Informed Search Algorithms such as A Star, IDA star, Depth First Branch and Bound to solve a particular instance of 8 puzzle problem. Manhattan and Hamming Heuristics are utilized.
- Fork it
- Import to eclipse and run PuzzleSolver.java.