robbycostales / sliding-15-solver

From CMPT364 - solves the sliding 15 puzzle using A* search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sliding 15 Solver

From CMPT364 - solves the sliding 15 puzzle using A* search

NOTE: All code is written in python3 and should be run in python3 to avoid errors regarding the imported libraries. To work in Python 2, some import statements must be modified

About

From CMPT364 - solves the sliding 15 puzzle using A* search


Languages

Language:Python 100.0%