Sudoku Py / C++11 / D?

Timon Gehr timon.gehr at gmx.ch
Wed Aug 15 19:14:37 PDT 2012


On 08/16/2012 03:56 AM, maarten van damme wrote:
> solving sudoku's well too : http://dpaste.dzfl.pl/903e34b5
> I have one question though, how can you make it find all possible solutions?
>

Keep on backtracking when you find one until there are no more
possibilities to explore. (i.e. get rid of the return value of 'fill')


More information about the Digitalmars-d-learn mailing list