Swift implementation of the Sliding Puzzle game with Iterative Deepening A* AI Solver.
-
Updated
Jul 9, 2021 - Swift
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.
DFS, BFS, A Star and Iteratie Deepening A star (IDA*) for n puzzle game
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
C++ library for solving taquin picture puzzles
JavaScript 实现八数码问题及搜索算法求取最优解
🧩 Prolog solver for the 15 puzzle problem
Implementation of uninformed and informed AI search algorithms in Rust. Search algorithms include BFS, DFS, A*, RBFS, IDS, IDA*, and GBFS.
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.
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.
Implementación del algoritmo IDA* (Iterative Deepening A estrella) para resolver el clásico juego 8 puzzle
Search Algorithms Library
Inteligenta Artificiala - UPB 2020-2021
Add a description, image, and links to the iterative-deepening-a-star topic page so that developers can more easily learn about it.
To associate your repository with the iterative-deepening-a-star topic, visit your repo's landing page and select "manage topics."