Python implementation of N puzzle problem using A* and IDA* search algorithms.
python ai astar artificial-intelligence artificial-intelligence-algorithms iterative-deepening-a-star idastar n-puzzle npuzzle astar-search-algorithm
-
Updated
Dec 2, 2019 - Python