Contains function to solve a Sudoku board step by step using just obvious and hidden single strategies.

Hierarchy

  • SimpleSolver

Constructors

Methods

Constructors

Methods

  • If possible solves a single random cell using the obvious or hidden single strategies and simplifies the notes of the board.

    Returns

    true if a cell was solved, false otherwise.

    Parameters

    • board: Cell[][]

      2d Cell array representing the board.

    Returns boolean

Generated using TypeDoc