Search:

Type: Posts; User: GregBrannon

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    1,881

    Re: My recursion is "leaking"...

    Glad you fixed it. Sounds like you have a good teacher.
  2. Replies
    11
    Views
    1,881

    Re: My recursion is "leaking"...

    Backtracking would typically be a break from the normal recursive solver method, a reset of the recursive solver. Your backtracking implementation has nothing to do with your understanding of...
  3. Replies
    11
    Views
    1,881

    Re: My recursion is "leaking"...

    The number of rows can be increased to 9 with a keystroke or two. I limited it (scaled it) to 2 to simplify the problem and in case the recursion was getting lost as the problem became more...
  4. Replies
    11
    Views
    1,881

    Re: My recursion is "leaking"...

    Okay. Your additional explanation verified that you were trying to do what I thought you were.

    It helps to build a program that can be scaled and provides feedback instead of ending with no...
  5. Replies
    11
    Views
    1,881

    Re: My recursion is "leaking"...

    Then I don't understand what you're trying to do.
  6. Replies
    11
    Views
    1,881

    Re: My recursion is "leaking"...

    Great post!

    I don't quite understand your objective, because there isn't a Sudoku puzzle I've seen that starts with 81 empty squares. So instead of trying to find all possible solutions, I think...
Results 1 to 6 of 6