Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 183 Bytes

File metadata and controls

4 lines (3 loc) · 183 Bytes

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.