Archive for the 'sudoku' Category

Solving Every Sudoku Puzzle [by Peter Norvig]

Friday, April 15th, 2011

An essay by Peter Norvig showing how to program sudoku solver.
Note: Read this if you are a software developer . Even better is to print it out and read it with a pencil.

InfoQ: Solving Sudoku with TDD

Friday, April 15th, 2011

an article (with a lot of useful links, make sure you follow them) about how Ron Jeffries (author of XP programming) solves sudoku algo in a series of 5 blog articles to show his TDD approach. This is was contrasted by Peter Norvig solving the same pr…