Puzzle 8 PyQt5 With Search algorithms BSF,DFS,IDDFS and A*
-
Updated
Jun 9, 2023 - Python
Puzzle 8 PyQt5 With Search algorithms BSF,DFS,IDDFS and A*
Iterative Deepening Depth-First Search implemented by C++.
AI Project1 Fall 2018
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.
General search tool for both directed and undirected graph data structure in C++
An IDDFS-based algorithm solving the Rush Hour puzzle in Python.
Using A*, BFS and IDDFS Algorithms to Solve a NxN Grid Sliding Puzzle
My first project in C language
First assignment for the Artificial Intelligence Class, 2º Year, 2º Semester , Bachelor in Artificial Intelligence and Data Science.
Porjects for Algorithmic Techniques for Artificial Intelligence
Contains the assignment 1,2,3 and 4
Some graph search algorithm. An assignment of Introduction to AI.
This repository includes java algorithms and java projects. Code is self explanatory and created using core java concepts in Eclipse Editor. This files are compatible for command line run. Algorithms are demonstrated and explained in comments at end of of main application files.
8 puzzle solver using BFS, DFS, IDDFS and A-star algorithm
DriftingDroids - yet another Ricochet Robots solver program
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."