A simple Python program implementing DFS, BFS, GBFS and A* search algorithms for solving a maze.
Primary LanguagePython