[UVA] 10377 - Maze Traversal
Problem F : Maze Traversal
A common problem in artificial intelligence is negotiation of a maze.
A maze has corridors and walls. The robot can proceed along
corridors, but cannot go through walls.
Input
The input begins with a single positive integer on a li...