Skip to content

Commit 3928d2c

Browse files
committed
Su Doku
1 parent ddd44d5 commit 3928d2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

problem_096/problem96.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
Su Doku (Japanese meaning number place) is the name given to a popular puzzle concept. Its origin is unclear, but credit must be attributed to Leonhard Euler who invented a similar, and much more difficult, puzzle idea called Latin Squares. The objective of Su Doku puzzles, however, is to replace the blanks (or zeros) in a 9 by 9 grid in such that each row, column, and 3 by 3 box contains each of the digits 1 to 9.
44

55
## Solution Notes
6-
The Sudoku solver is in sudoku.rb
6+
I love Sudoku. I actually had some code to do this prior that I could use to provide the solution.
7+
The Sudoku solver is in sudoku.rb. I didn't write the code in sudoku.rb, and I can't recall where
8+
it actually came from so I can't give proper credit where credit is due, but I want it to be clear
9+
that I am NOT claiming credit for the sudoko solving algorithm.
710

811
Here are some tests:
912

0 commit comments

Comments
 (0)