sudoku_test
sudoku_test,
a MATLAB program which
calls sudoku() to handle Sudoku puzzles.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the GNU LGPL license.
Related Data and Programs:
sudoku,
a MATLAB library 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.