Image of an eye

Maze Solver

  • Maze Solver is an algorithm for finding the path out of a maze.
  • Executing this algorithm performs a breadth-first-search with a traceback.