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')

Reply via email to