oceakun / 8-puzzle-problem

Implemented the 8 puzzle problem using DFS, BFS in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8-puzzle-solution

Solution to the 8 puzzle prooblem using BFS and DFS in python. The solution can easily be used be converted for solving a 15-puzzle problem.

image image

About

Implemented the 8 puzzle problem using DFS, BFS in python

License:MIT License


Languages

Language:Python 100.0%