There are 0 repository under iterative-deepening-a-star topic.
Swift implementation of the Sliding Puzzle game with Iterative Deepening A* AI Solver.
A Python implementation and visualization of various pathfinding and graph search algorithms.
Sliding Puzzle solver and utilities
A sliding puzzle game and solver using ncurses.
Python implementation of N puzzle problem using A* and IDA* search algorithms.
Optimal implementation of the Sliding 15 Puzzle game with Iterative Deepening A* AI Solver using Template Metaprogramming
DFS, BFS, A Star and Iteratie Deepening A star (IDA*) for n puzzle game
Implementation of uninformed and informed AI search algorithms in Rust. Search algorithms include BFS, DFS, A*, RBFS, IDS, IDA*, and GBFS.
C++ library for solving taquin picture puzzles
🧩 Prolog solver for the 15 puzzle problem
Search algorithms implemented in Python.
This is an assignment I completed as an undergraduate student in a team of 2 members.
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.
Search Algorithms Library
Implementación del algoritmo IDA* (Iterative Deepening A estrella) para resolver el clásico juego 8 puzzle
Solving the Rubik's Cube using three different search strategies including Iterative Deepening Search, A Star Search, Iterative Deepening A Star Search. The searches were compared in terms of: Number of nodes expanded and Optimality.