misgeatgit / weekly-cs-pills

CS concepts and problems that I fiddle with.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to solve problems that don't have atleast one row/column with only one empty cell.

misgeatgit opened this issue · comments

The soduku solver assumes there is always a row/column with only one empty cell. However I have seen soduku puzzles which don't comply to this assumption. So its needed to add a different kind of solver one would be a kind of backtracking algorithm.