Hacker News new | ask | show | jobs
by dailo10 4446 days ago
Python Sudoku Solver by Peter Norvig -- an elegant solution in one page of code. When I read this, I felt like code is art.

http://norvig.com/sudoku.html

1 comments

Tangential, but entertaining, is the TDD Sudoku http://devgrind.com/2007/04/25/how-to-not-solve-a-sudoku/

As Ravi said:

Ron Jeffries attempts to create a sudoku solver – here, here, here, here and here. (You really ought to read these articles. They are ummm…{cough} …err…. enlightening.)

Peter Norvig creates a Sudoku Solver.

Compare. Learn.

http://ravimohan.blogspot.se/2007/04/learning-from-sudoku-so...