Given a two dimentional maze which only has one path from entrance to exit, develop an algorithm that discovers the no-dead-ends route from start to finish.
(In reply to
Oh rats ! by Penny)
But that algorithm may get into plenty of dead ends, and the problem asked for a "no-dead-ends" route...