sudoku_test
sudoku_test,
a MATLAB code which
calls sudoku(), which
handles Sudoku puzzles.
Licensing:
The information on this web page is distributed under the MIT license.
Related Data and Programs:
sudoku,
a MATLAB code which
handles Sudoku puzzles;
Source Code:
-
sudoku_test01.m,
tests SUDOKU_SOLVE.
-
sudoku_test02.m,
tests SUDOKU_DIGIT_PERMUTE.
-
sudoku_test03.m,
tests SUDOKU_LINE_COLUMN_SWAP and SUDOKU_LINE_ROW_SWAP.
-
sudoku_test04.m,
tests SUDOKU_BOX_COLUMN_SWAP and SUDOKU_BOX_ROW_SWAP.
-
sudoku_test05.m,
tests SUDOKU_BOX_INVERT.
-
sudoku_test06.m,
tests SUDOKU_ROTATE.
-
sudoku_test07.m,
tests SUDOKU_REFLECT.
-
sudoku_test08.m,
tests SUDOKU_CHOICE.
-
sudoku_test09.m,
tests SUDOKU_CHOICE_PRINT.
-
sudoku_test10.m,
tests SUDOKU_CHECK.
Last revised on 18 February 2019.