8 puzzle solver using BFS, DFS, IDDFS and A-star algorithm
-
Updated
May 20, 2021 - Python
8 puzzle solver using BFS, DFS, IDDFS and A-star algorithm
First assignment for the Artificial Intelligence Class, 2º Year, 2º Semester , Bachelor in Artificial Intelligence and Data Science.
Contains the assignment 1,2,3 and 4
Puzzle 8 PyQt5 With Search algorithms BSF,DFS,IDDFS and A*
This repository implements classic AI techniques for solving problems using informed (A*, Greedy Best-First) and uninformed (DFS, BFS) search algorithms. Includes code, notes, and key observations to deepen understanding.
Using A*, BFS and IDDFS Algorithms to Solve a NxN Grid Sliding Puzzle
Add a description, image, and links to the iddfs-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the iddfs-algorithm topic, visit your repo's landing page and select "manage topics."