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

Latest commit

 

History

History
47 lines (38 loc) · 1.08 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.08 KB

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