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
"finds" means "discovers" by Gamer)
Isn't that what Jer and Fedrico did? They described an algorithm
that enables one to uniquely determine the path from start to finish.