Function simplifyNotes

  • Removes value at given row and column from every row/column/box that it is in

    Parameters

    • board: Cell[][]

      2d Cell array representing the board

    • row: number

      row of value

    • column: number

      column of value

    Returns void

Generated using TypeDoc