/8-puzzle

Implements a program that solves the problem using the non-informative search algorithm AlgNoInf and the informative search algorithm AlgInf, which uses a given heuristic function Func.

Primary LanguagePython

No issues in this repository yet.