Contains function to solve a Sudoku board step by step using just obvious and hidden single strategies.
Static
If possible solves a single random cell using the obvious or hidden single strategies and simplifies the notes of the board.
true if a cell was solved, false otherwise.
2d Cell array representing the board.
Generated using TypeDoc
Contains function to solve a Sudoku board step by step using just obvious and hidden single strategies.