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
DriftingDroids - yet another Ricochet Robots solver program
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.
Contains the assignment 1,2,3 and 4
Some graph search algorithm. An assignment of Introduction to AI.
First assignment for the Artificial Intelligence Class, 2º Year, 2º Semester , Bachelor in Artificial Intelligence and Data Science.
General search tool for both directed and undirected graph data structure in C++
Puzzle 8 PyQt5 With Search algorithms BSF,DFS,IDDFS and A*
My first project in C language
Porjects for Algorithmic Techniques for Artificial Intelligence
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.
An IDDFS-based algorithm solving the Rush Hour puzzle in Python.
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."