Solving The 8 Puzzle With A* Algorithm

后端 未结 3 1461
忘了有多久
忘了有多久 2021-02-03 11:11

I would like to solve/implement the 8 puzzle problem using the A* algorithm in Java. Am asking if someone can help me by explaining to me the steps i must follow to solve it. I

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-03 11:37

    Check http://olympiad.cs.uct.ac.za/presentations/camp1_2004/heuristics.pdf it describes ways of tackling this very problem.

提交回复
热议问题