Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 171 Bytes

File metadata and controls

2 lines (2 loc) · 171 Bytes

MazeSolverAI

Implementaion of maze solving (search) algorithms using AI. The search algorithms are: BFS, Best First Search and A Star (A*). The Maze is a 2D char array.