Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
/ AI Public archive

Solving 8-puzzle problem with search algorithms

Notifications You must be signed in to change notification settings

iamMHZ/AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8-puzzle problem

This application solves 8-puzzle problem with search algorithms


Used search algorithms are:

  • BFS
  • DFS
  • UCS
  • IDS
  • IDA*
  • A*

Requirements:

  • PyQt5
  • qdarkstyle
  • opencv-python
  • pytesseract
  • numpy
  • anytree
  • graphviz

Note:

Configure graphviz and tesseract for your operating system

Run:

Run Main.py

Screenshots:

UI


UI


UI


UI

About

Solving 8-puzzle problem with search algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages