Problem 114. Check to see if a Sudoku Puzzle is Solved
Solution Stats
Problem Comments
-
5 Comments
Show
2 older comments
@bmtran (Bryant Tran)
on 28 Jan 2012
Seems like my test suite wasn't robust enough, so I've bolstered it with some trickier situations
yurenchu
on 26 May 2017
You should have added a test case with 5*ones(9) as a test matrix.
Asif Newaz
on 13 Nov 2019
ur test suite 6 is wrong, isn't it??
Dyuman Joshi
on 26 Dec 2020
@bmtran can you explain why test case #6 (toeplitz variation) is false?
@bmtran (Bryant Tran)
on 26 Dec 2020
In addition to each row and column needing to have 1 through 9, each 3x3 sub-region must have 1 through 9 as well.
Solution Comments
Show commentsProblem Recent Solvers311
Suggested Problems
-
334 Solvers
-
Duplicate each element of a vector.
579 Solvers
-
Solving Quadratic Equations (Version 1)
471 Solvers
-
689 Solvers
-
3887 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!