Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Display a square matrix in a sudoku-puzzle format
ResourceFunction["DisplaySudokuPuzzle"][mat] displays the matrix mat as a sudoku board. |
Display an unsolved sudoku board:
In[1]:= |
Out[1]= |
Display a 16⨯16 sudoku board:
In[2]:= |
Out[2]= |
Use an empty string to show elements that are not filled in:
In[3]:= |
Out[3]= |
This work is licensed under a Creative Commons Attribution 4.0 International License