There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Maze escape or simply Maze is a popular search problem in AI and this is an attempt to solve it using two of the simplest algorithm (Depth-First search and Breadth-First search)