Sudoku-Solver A 9x9 Sudoku Board Solver using arc consistency and domain splitting. Takes in any two dimensional int array representing a sudoku board, and returns a solved board.