Search:

Type: Posts; User: Leiferson

Search: Search took 0.09 seconds.

  1. Re: I'm creating a sudoku program that is somehow in an infinite loops.

    Still though, it seems that if I exhaust the possibilities (throw away each grid and start a new one) eventually I'll get a grid that adheres to the guidelines and have myself a randomly generated...
  2. Re: I'm creating a sudoku program that is somehow in an infinite loops.

    I figured it out. It's fail logic. For instance, while filling a 9 x 9, 2 dimensional array of integers 1 - 9 there's a high probability that this problem occurs:

    123456789
    987645321
    79856423x
    ...
  3. I'm creating a sudoku program that is somehow in an infinite loops.

    I've been trying to figure this out all night. I started on this sudoku program and for some reason it's in an infinite loop. Basically, I'm using Math.random() to generate integers and collecting...
Results 1 to 3 of 3