CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Ryang027

Search: Search took 0.03 seconds.

  1. Re: Maze Navigation using Recursion And Backtracking

    Thank you very much, that's exactly what I needed. For some reason I thought I tried setting the value to 7 whenever move came back true before, but I guess not in the manner you said.

    Ps - sorry...
  2. Maze Navigation using Recursion And Backtracking

    The task is simple, create a Maze class that can navigate any MxN maze, with a starting position of (0,0) and an exit at (m,n). Each space visited must be marked with a 3, and then when finished, the...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured