Quote:
|
Originally Posted by free-zombie
Interestingly, I have been playing around with Sudoku and C++ as well - though I haven't done board generation yet. What I have done is a function that checks which numbers may appear in any one square. And the next step would be a solving algorithm. Loads of optimization fun there 
|
A solving algorithm is easy. I find the generation algorithm much more interesting.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
|