/8puzzle

基于Python八数码问题算法(深广度算法,A星算法)

Primary LanguagePython

基于Python的八数码问题算法

1.深度优先

2.广度优先

3.A星算法