Maze solving

Maze searching

Input: a maze
Output: ...

Suppose your computer is in a maze. How would you have that computer get to the other end of the maze?

This is very different from our previous algorithms.