This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Sudoku is an addictive number placement puzzle that is logic-based. To win, you should fill the missing cells such that all rows, columns and each of the nine 3x3 boxes contain all numbers from 1 to 9. A well-posed Sudoku has only one solution. After conquering basic algorithms, a Sudoku solver feels like a rite of passage to be a good coder. So, let's write a program that can solve any…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.