Sudoku: Difference between revisions

Content deleted Content added
Add reference.
Line 4: Line 4:
Solve a partially filled-in normal   9x9   [[wp:Sudoku|Sudoku]] grid   and display the result in a human-readable format.
Solve a partially filled-in normal   9x9   [[wp:Sudoku|Sudoku]] grid   and display the result in a human-readable format.


;references:

[[wp:Algorithmics_of_sudoku|Algorithmics of Sudoku]]   may help implement this.
* [[wp:Algorithmics_of_sudoku|Algorithmics of Sudoku]]   may help implement this.
* [https://www.youtube.com/watch?v=G_UYXzGuqvM Python Sudoku Solver] Computerphile video.
<br><br>
<br><br>