Writing a Sudoku solver is a slightly tricky but reasonably straightforward problem. Here I'll present a non-obvious way of implementing it which is short in terms of lines of code and also much easier to modify and extend than the more direct approaches. The general technique is applicable to a very wide range of problems, so hopefully someone
(
Read more... )
Comments 9
These are a generalisation of SAT solvers, which have a higher level input
language.
Reply
Reply
Leave a comment