Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    2,806

    Re: BackTracking in a maze

    Cross posted at BackTracking in a maze - Java | DaniWeb
  2. Replies
    2
    Views
    2,806

    Re: BackTracking in a maze

    One way I can think of is to use a recursive nextMove search method that tries all possible next squares from the current one. Any path that dead ends, stops running.
    Another would be to use a...
Results 1 to 2 of 2