Skip to content

DFS, BFS, Hill Climbing, A-Star with heuristics manhattan distance and hamming distance.

Notifications You must be signed in to change notification settings

nlinhvu/8-Puzzle-Python-AI-Solved

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

8-Puzzle-Python-AI-Solved

To run this code: python searcher.py strategy With startegy = dfs, bfs, hc, sahc, astar Ex: python searcher.py astar

About

DFS, BFS, Hill Climbing, A-Star with heuristics manhattan distance and hamming distance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages