My n-puzzle solver: A* and IDA* search, heuristics, different puzzle configurations and sizes
-
Updated
Mar 14, 2022 - Python
My n-puzzle solver: A* and IDA* search, heuristics, different puzzle configurations and sizes
A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D
C++ implementation of IDA* algorithm for solving the 15 and 25 puzzle
C++ source to solve Rubik's cube cross, xcross, xxcross, xxxcross, xxxxcross, last layer substeps (OLL, ZBLS, etc.), last layer.
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.
Android app that uses CNN and IDA* algorithms to detect and solve 15-Puzzles
First Assignment in 'Artificial Intelligence' course by Dr. Ram Meshulam at Bar-Ilan University
High-performance Rubik's Cube solver in C++ using IDA* search and Pattern Database heuristics for fast optimal solutions.
All the programming assignments done as a part of the AI course in IIIT Delhi
Informed and uniformed search algorithm for 15 puzzle
Rubik's cube cross, xcross, xxcross, xxxcross, xxxxcross solver, and last layer solver based on xxxxcross solver
Final project for AI class at the University of Florence. Solves 8 and 15 Puzzle.
A* and IDA* algorithms on 8-Puzzle
Sudoku Project on the subject of informed search in artificial intelligence and expert systems course
Ben Gurion University "Search in Artificial Intelligence (372.2.5513)" course project
A robot designed to scan and solve a Rubik's Cube using the IDA* pathfinding algorithm
Solver and benchmark suite for the 'sliding number puzzle' in Python — BFS, A*, IDA*, visual playback, CSV/Markdown performance reports.
To associate your repository with the ida-star-algorithm topic, visit your repo's landing page and select "manage topics."