Built using ReactJs.
The site can be viewed at https://anshulkanwar.github.io/8-puzzle-problem/
- Best First Search (BeFS)
- Misplaced Tiles
- Make Problem Asynchnorus
- Add User specified input
- User specified initial and final state
- User specified algorithm and heuristic
- Add algorithms
- Breadth First Search (BFS)
- Depth First Search (DFS)
- Best First Search (BFS)
- Simple Hill Climbing
- Steepest Hill Climbing
- Add Heuristics
- Misplaced Tiles
- Manhattan Distacen
- Euclidean Distacen
- Minkowski Distacen