You are on page 1of 1

8 Puzzle solver with algorithm:

BFS, DFS, BestFS with mismatch, BestFS with manhattan and A*

compile:
javac *.java

run:
java Main
or
java Main > result.txt

You might also like