C++ implementation of IDA* algorithm for solving the 15 and 25 puzzle
-
Updated
Aug 4, 2019 - C++
C++ implementation of IDA* algorithm for solving the 15 and 25 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.
C++ source to solve Rubik's cube cross, xcross, xxcross, xxxcross, xxxxcross, last layer substeps (OLL, ZBLS, etc.), last layer.
Comparison of BFS, DFID, A* and IDA* algorithms on the 15-Puzzle Problem.
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."