Skip to Content
0
Former Member
Sep 07, 2007 at 10:46 AM

Algorithm to solve a diffcult Sodoku

47 Views

Hello,

I have developed a Sodoku solver. For easy and medium Sodoku is work fine,

but for difficult Sokodu's the algorithm need to guess numbers for more

than one field.

I need to guess a whole path of number and make sure that I can increment

the path members in order to find the correct solution.

How to implement this? Is there a kind of pattern to this kind of problem?

Regards & Thanks,

Guido