Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Depth-Limited Search using Recursive Backtracking...please help!

    I don't see many printlns for debugging in that code. How are you debugging it?
  2. Re: Depth-Limited Search using Recursive Backtracking...please help!

    There are 76 source files in that zip. What do you expect anyone to do with all that code?
  3. Re: Depth-Limited Search using Recursive Backtracking...please help!

    Can you provide a small program that compiles and executes to demonstrate your problem?
    Your posted code is incomplete and uses 3rd party classes.
  4. Re: Depth-Limited Search using Recursive Backtracking...please help!

    Can you use what the method returns to tell the caller that the goal has been found and to stop further searching and to return that results to its caller?
Results 1 to 4 of 4