Programming Assignment: Searching ITCS 6150/8150
Sliding Puzzle Problem
Algorithm used: A* Search Algorithm
Language Used : JAVA
The program takes input from a text file "input.txt". Make necessary changes in the file to test various boards.
How to run the program:
-
compile the file "solve8Puzzle" using the below command: javac solve8Puzzle.java
-
run the file using the below command: java solve8Puzzle