Skip to content

maze solver using different ai algorithms. (DFS, BFS, UCS, GBFS, A*)

Notifications You must be signed in to change notification settings

naddamuhamed/ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

main project is a maze solver using different ai algorithms. (DFS, BFS, UCS, GBFS, A*) the file is maze2.py and it has a user mannual added.