Solving 8 puzzle problem using A* star search
In this tutorial, we will solve the 8 puzzle problem using A* (star) search algorithm. We will approach the solution by first modelling the problem, then by building the fundamental blocks and finally applying a… Read More »Solving 8 puzzle problem using A* star search