Function checkBoardForMissingValues

  • Given a 2d Cell board checks for values that don't appear in row/column/boxes as placed values or notes

    Throws

    CustomError

    Parameters

    • board: Cell[][]

      2d Cell board

    Returns void

Generated using TypeDoc