akrami/sudoku-solver

some strings does not get processed

Opened this issue · 1 comments

this string in import does not have s solution.
520006000000000701300000000000400800600000050000000000041800000000030020008700000

it's a timeout
backtracking and recursive is not the ultimate solution to sudoku.
I should apply these strategies before using backtracking.