You've seen it on the back page of a newspaper or in a phone app: a 9×9 grid, some squares already filled, and one rule to obey. Every row, every column and every 3×3 box must contain the digits 1 through 9 exactly once.
It feels gentle — a few minutes of quiet logic. But notice the same split that runs through every hard problem: if someone hands you a finished grid, you can check it in seconds. Producing that grid from a sparse set of clues is a different kind of effort entirely.
And here's the twist: the 9×9 board is just the friendly tip. Grow Sudoku to larger sizes and solving it becomes NP-complete — as hard as anything in computer science.
Comments
Loading comments...