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