build a Sudoku square of 9*9
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers58
Suggested Problems
-
46584 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1991 Solvers
-
Sum all integers from 1 to 2^n
17413 Solvers
-
Get the length of a given vector
12987 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
2037 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Payam, this is a good puzzle, but the code in the template and the test suite gives away the answer. I suggest removing the code from the template and checking the validity of the answer by applying the rules to rows, columns, and 3x3 squares.