cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Sudoku problem
Sudoku problem
Mar 12, 2009 at 7:54pm UTC
PresidentChaos
(1)
*DELETED*
Last edited on
Mar 27, 2009 at 5:15pm UTC
Mar 12, 2009 at 10:18pm UTC
Scipio
(446)
A real sodoku-generator will get a little more complex...
I would use a third dimension in the array, that contains the possible values. When a value need to be removed from the possible values, you could set it to 0.
Topic archived. No new replies allowed.