/8puzzle

solve 8puzzel by A* ( Manhattan & misplaced ) and bidirectional ( BFS )

Primary LanguagePython

8puzzle

solve 8puzzle by A* ( Manhattan & misplaced ) and bidirectional ( BFS )

bidirectional:

image

A*:

image