Playing Sudoku Flashcards
1
Q
range/1 predicate
A
204
2
Q
diff/1 predicate over four items
A
204
3
Q
sudoku/1 (and rows/16, cols/16, box/16)
A
204-205
generate and test
4
Q
Explain why the naive generate and test is inefficient. Modify to remove this particular inefficiency.
A
206-207
5
Q
Why is brute force generate and test too slow for 3x3 case? What is the solution?
A
208-209