Java graph traversal and path finding algorithms library. Implements Iterative deepening A* (IDA*)
-
Updated
Dec 2, 2021 - Java
Java graph traversal and path finding algorithms library. Implements Iterative deepening A* (IDA*)
Solve 15-Puzzle problem by A* and IDA* algorithm
Ben Gurion University "Search in Artificial Intelligence (372.2.5513)" course project
My Solutions to Programming Assignments of Artificial Intelligence, Machine Learning and Digital Image Processing
Rubik's cube cross, xcross, xxcross, xxxcross, xxxxcross solver, and last layer solver based on xxxxcross solver
Implementación del algoritmo IDA* (Iterative Deepening A estrella) para resolver el clásico juego 8 puzzle
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
Comparison of BFS, DFID, A* and IDA* algorithms on the 15-Puzzle Problem.
SoteriaReitti assists emergency responders in finding the optimal routes during emergency situations.
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
C++ source to solve Rubik's cube cross, xcross, xxcross, xxxcross, xxxxcross, last layer substeps (OLL, ZBLS, etc.), last layer.
Prolog implementation of the IDA* search algorithm, Artificial Intelligence Fundamentals Exams (2017-18)
Perfomance optimsed heuristic variant of Iterative Deepening A* on the example of a sliding puzzle; OOP & functional
Resolving Water Pots problem using KR Algorithm
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.
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.
Informed and uniformed search algorithm for 15 puzzle
All the programming assignments done as a part of the AI course in IIIT Delhi
Add a description, image, and links to the ida-star-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the ida-star-algorithm topic, visit your repo's landing page and select "manage topics."