Sliding Puzzle - Solving Search Problem with Iterative Deepening A*

Demystifying Graph Traversal

Greg Surma

--

In today’s article, we are going to solve Sliding Puzzle game with Iterative Deepening A* algorithm. In order to do so, we are going to disentangle this popular logic game and represent it as a Search Problem. By the end of this article, you will be able to implement search algorithms that can solve…

--

--