ida-star-algorithm
There are 30 repositories under ida-star-algorithm topic.
asarandi/n-puzzle
My n-puzzle solver: A* and IDA* search, heuristics, different puzzle configurations and sizes
Kvatsx/Artificial-Intelligence-Assignments
A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D
siddg97/Npuzzle
C++ implementation of IDA* algorithm for solving the 15 and 25 puzzle
QQKdeGit/15-puzzle
15-puzzle with IDA* written in Vue3
me-asri/fifteen
Game of Fifteen with IDA* based solver
MichaelKim/15puzzle
A C++ solver for the generalized 15-Puzzle
lakshya16240/Artificial-Intelligence-Assignments
All the programming assignments done as a part of the AI course in IIIT Delhi
DorinK/AI-Search-Algorithms
First Assignment in 'Artificial Intelligence' course by Dr. Ram Meshulam at Bar-Ilan University
imyhui/15puzzle
15puzzle solved by IDA*
mohadesehjm/Informed-and-uniformed-search
Informed and uniformed search algorithm for 15 puzzle
Mohammadflht/AI-Informed-search
Sudoku Project on the subject of informed search in artificial intelligence and expert systems course
Mulder90/Sliding-Puzzle
Final project for AI class at the University of Florence. Solves 8 and 15 Puzzle.
OzgurBagci/informedsearch
A* and IDA* algorithms on 8-Puzzle
3nd3r1/soteriareitti
SoteriaReitti assists emergency responders in finding the optimal routes during emergency situations.
DimaOanaTeodora/Water-Pots-Problem-AI
Resolving Water Pots problem using KR Algorithm
hamedrq7/Solving-Problems-by-Searching
This is a homework about various Uninformed and Informed search algorithms, implemented for solving a simple game. This homework is a part of many projects in a Fundamentals to AI course @ FUM.
itakurah/15-Puzzle-CNN-Solver
Android app that uses CNN and IDA* algorithms to detect and solve 15-Puzzles
Jai0212/Rubiks-Cube-Solver-Using-IDA-Star
A fully implemented Rubik's Cube that allows you to make all possible moves with the functionality of solving the Rubik's Cube using the IDA* algorithm and DFS.
leorrose/AI-Rush-Hour
Ben Gurion University "Search in Artificial Intelligence (372.2.5513)" course project
linco95/AIRefactoring
This repository is my solution to an assignment in the course Artificial Intelligence in video games. I uploaded it here because I am going to refactor it and write a blog post about it for my portfolio/resume
miguelcarrasco/ojtli
Java graph traversal and path finding algorithms library. Implements Iterative deepening A* (IDA*)
Ruggiero-Santo/IDA-Star-Prolog
Prolog implementation of the IDA* search algorithm, Artificial Intelligence Fundamentals Exams (2017-18)
wise-saint/Comparative-Analysis-of-BFS-DFID-A-star-and-IDA-star-Algorithms-on-the-15-Puzzle-Problem
Comparison of BFS, DFID, A* and IDA* algorithms on the 15-Puzzle Problem.
WitchPuff/15-Puzzle
Solve 15-Puzzle problem by A* and IDA* algorithm
07Agarg/Course_Programming_Assignments
My Solutions to Programming Assignments of Artificial Intelligence, Machine Learning and Digital Image Processing
JVS23/ida-dijkstra-reitinhaku
Python application for generating graphs in two-dimensional XY-plane, and using the IDA* and the Dijkstra algorithm to find all and any shortest paths. Docs only in Finnish.
laar19/IDA-star-algorithm-8-puzzle
Implementación del algoritmo IDA* (Iterative Deepening A estrella) para resolver el clásico juego 8 puzzle
mentalmove/SlidingPuzzleHeuristic
Perfomance optimsed heuristic variant of Iterative Deepening A* on the example of a sliding puzzle; OOP & functional
or18/Rubiks-cube-xcross-solver
C++ source to solve Rubik's cube cross, xcross, xxcross, xxxcross, xxxxcross, last layer substeps (OLL, ZBLS, etc.), last layer.
or18/RubiksSolver
Rubik's cube cross, xcross, xxcross, xxxcross, xxxxcross solver, and last layer solver based on xxxxcross solver