Project information
- Language: Python
- Libraries: PyQt5
- Category: Path Planning
- Keywords: DFS Algorithm, Brute Force Algorithm
- Code Repo URL:   github.com/Sudharsan10/TilePuzzelSolver-App
Summary: This is a warm up project to create an end-to-end 8-Tile puzzle solver application comprising a functional and elegant GUI, modular architecture & solver algorithm implementation. The Algorithm used uses a custom node data structure for faster and efficient Breadth First search Implementation.