From: Jim Weirich Date: 2006-03-26T00:54:18+09:00 Subject: Re: Newby Maze solution Christian Neukirchen wrote: > Jim Weirich writes: > >> Then I would add tests to make sure it could solve multi-step mazes: > > I would at least add an maze with a loop, like: Great idea. Here's another one that just occured to me. A maze where the endpoint is not connected to an outside wall. ####### #s----# #-###-# #-#e#-# #-#-#-# #-----# ####### This is typical, that more tests will occur to you as you work through the problem. -- -- Jim Weirich -- Posted via http://www.ruby-forum.com/.