Solving Every Sudoku Puzzle (2006)

norvig.com

59 points by djoldman 6 days ago


johnfn - 16 hours ago

I've seen this article every now and then, and it's always fun to read. Something jumped out at me this time, though:

> As computer security expert Ben Laurie has stated, Sudoku is "a denial of service attack on human intellect". Several people I know (including my wife) were infected by the virus, and I thought maybe this would demonstrate that they didn't need to spend any more time on Sudoku.

Ah, yes... remember the halcyon days of 2006, when something as benign as Sudoku was considered to be a "denial of service attack on human intellect"?

boat-of-theseus - 17 hours ago

If you want to see a master craftsman, check out the fastest sudoku solver.

Uses constraint propagation, not any specialized sudoku solving algorithms. But this person is a CSP expert and finds ways to optimize CSP for sudoku in particular.

… And then does it all in SIMD.

https://t-dillon.github.io/tdoku/

nlitsme - 15 hours ago

I was a bit disappointed that he did not in fact solve all billions/trillons of possible sudoku puzzles.

lightbendover - 14 hours ago

[dead]