|
Essentially the solver goes through and eliminates number possibilities from every square using a few rules (number allready in row/column/box). It then waits until there is only 1 place a certain number can go, and so on. Bad explaination i know. Its essentially the same way you can systematically solve them on paper, it just goes very quickly on a computer.
|