NxM puzzle solver using graph traversal algorithms
-
Updated
Jun 4, 2021 - Java
NxM puzzle solver using graph traversal algorithms
Sliding Puzzle solver and utilities
The N-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. The puzzle can be of any size, with the most common sizes being 3x3 and 4x4. The objective of the puzzle is to rearrange the tiles to form a specific pattern.
Applying state of the art AI search algorithms to solve the Sokoban game automatically. Since Sokoban game itself is quite challenging due to its problem complexity, additionally, heuristic functions and deadlock detectors are applied. (Python)
Implementation of uninformed and informed AI search algorithms in Rust. Search algorithms include BFS, DFS, A*, RBFS, IDS, IDA*, and GBFS.
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.
This application finds the shortest path between the entrance and the exit of a maze, while avoiding obstacles. It does so using the IDA* path search algorithm. Extensive use is also being made of the C+ coding style.
Sliding game Puzzle 15, with bot for auto solving, that uses the IDA* algorithm
Java graph traversal and path finding algorithms library. Implements Iterative deepening A* (IDA*)
Implementation of UCS and IDA* algorithms, using them to calculate paths in a city based on traffic predictions.
Add a description, image, and links to the ida-star topic page so that developers can more easily learn about it.
To associate your repository with the ida-star topic, visit your repo's landing page and select "manage topics."