Skip to content

Implement a solution for the 11d-puzzle using the following 3 search algorithms: A. Depth-first search (DFS) B. Best-first search (BFS) C. Algorithm A* (A*) Ties between equivalent nodes should be broken in a clockwise direction starting with UP. This means that equivalent moves are ordered this way: UP > UP –RIGHT > RIGHT > DOWN- RIGHT > DOWN >…

Notifications You must be signed in to change notification settings

sekhonjashan/COMP6721-DFS-BFS-A-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

About

Implement a solution for the 11d-puzzle using the following 3 search algorithms: A. Depth-first search (DFS) B. Best-first search (BFS) C. Algorithm A* (A*) Ties between equivalent nodes should be broken in a clockwise direction starting with UP. This means that equivalent moves are ordered this way: UP > UP –RIGHT > RIGHT > DOWN- RIGHT > DOWN >…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages