DEV Community

Cover image for Solving 8 puzzle problem using  A* algorithm
Lasha Kakhidze
Lasha Kakhidze

Posted on

Solving 8 puzzle problem using A* algorithm

This is a react web app which solves 8 Puzzle problem using A* algorithm. Maybe someone will find this project useful for his university homework.

See the github repo below 👇

GitHub logo kaxi1993 / 8puzzle

Solving 8 puzzle problem using A* algorithm

8 Puzzle

React web app which solves 8 Puzzle problem using A* algorithm

Visualization

alt text

Installation

git clone https://github.com/kaxi1993/8puzzle.git
cd 8puzzle
npm i
npm start



Top comments (0)