User: Shinra Tensei

  • Public profile

User profile: Shinra Tensei

User info
User name:Shinra Tensei
History
Joined:
Number of posts:6
Latest posts:

3x9 Sudoku Solver: Number Insertion Function Failure
Yes, I'm a little familiar with vectors, and I have used classes for several programming exercises. ...

3x9 Sudoku Solver: Number Insertion Function Failure
The "magic constants" are only for a 3 * 9 puzzle. When they are used in a condition, they indicate ...

3x9 Sudoku Solver: Number Insertion Function Failure
You're correct on both of your reasonings. I implemented your version of line 5. In response to y...

For-loops
An alternative, yet quite likely worse solution is: [code] int i = 1; int j = 2; int k = 1...

3x9 Sudoku Solver: Number Insertion Function Failure
Yes, for instance if h = 5, then u[h] & v[h] will equal either 6 or 0. If both are 6, then the funct...

This user does not accept Private Messages