iddfs-algorithm
There are 17 repositories under iddfs-algorithm topic.
smack42/DriftingDroids
DriftingDroids - yet another Ricochet Robots solver program
abpaudel/8-puzzle
8 puzzle solver using BFS, DFS, IDDFS and A-star algorithm
gazalpatel/Eclipse-Projects
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.
aliwalker/graph_search_algorithm
Some graph search algorithm. An assignment of Introduction to AI.
seblessa/15-Puzzle-Game
First assignment for the Artificial Intelligence Class, 2º Year, 2º Semester , Bachelor in Artificial Intelligence and Data Science.
sergi-s/Special-Topics-in-Artificial-Intelligence
Porjects for Algorithmic Techniques for Artificial Intelligence
siddarthjha/Minor-Project
My first project in C language
Starks-AI/Artificial-Intelligence-Assignment
Contains the assignment 1,2,3 and 4
celineuygun/NPuzzleSolver
Using A*, BFS and IDDFS Algorithms to Solve a NxN Grid Sliding Puzzle
hajdu1/UI-Zadanie-2
An IDDFS-based algorithm solving the Rush Hour puzzle in Python.
NursultanBS/Graph-Search-Tool
General search tool for both directed and undirected graph data structure in C++
theEmperorofDaiViet-PTIT/IDDFS-project
Iterative Deepening Depth-First Search implemented by C++.
Jhovan-Rodriguez/Puzzle-8-PyQt5
Puzzle 8 PyQt5 With Search algorithms BSF,DFS,IDDFS and A*
MhmDSmdi/Classical-Search-Algorithms
AI Project1 Fall 2018
rabbiyabukhari/Artificial_Intelligence
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.