RE: pathing.
- Posted by rforno at tutopia.com Aug 26, 2002
- 412 views
Have you tried the C program I posted? It finds the minimum length path. Regards. ----- Original Message ----- From: <mistertrik at hotmail.com> Subject: Re: pathing. > > > >From: 10963508 at europeonline.com > >Reply-To: EUforum at topica.com > >To: EUforum <EUforum at topica.com> > >Subject: Re: pathing. > >Date: Sat, 24 Aug 2002 04:04:28 +0200 > > > > > >I wrote this program which solves maze: > > > I changed the first maze around, so that it looked like so (closer to my > problem), and this is the output from it. > > ================================================== > Maze: > > ########## > #### ##### > 1### ##### > #### ###9# > > > Solution: > > ########## > #### # > 1### # > 9# > > > hmmm.... > ===================================================== > .______<-------------------\__ > / _____<--------------------__|=== > ||_ <-------------------/ > \__| Mr Trick > > > >