ajithvemasani / gamma

0 stars 2 forks source link

Validate that the board is legal #3

Closed Drucephus closed 1 day ago

Drucephus commented 2 weeks ago

Make sure the current board has all valid locations

DONE is a returned boolean telling the user if the board is valid or not where the row, column and 3x3 grid has only 1-9 and no duplicates making sure the user has followed all the rules of Sudoku.