Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 350 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 350 Bytes

Solving-8-Puzzle-Problem

this application solves the 8 puzzle problem using algrorithm A* implemented in java. It is a simple console application. It take as input the initial state and the goal state, then run your app and the problem will be resolved :)!. Be careful: don't put a random initial states because there are some states never exist.