kyletolle / sudocore

Sudoku solver written in Ruby.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

cell/row/column/nonet num error checking #8

Closed kyletolle closed 12 years ago

kyletolle commented 12 years ago

Make sure the value passed in to the cell/row/column/nonet functions are numbers and are within appropriate range.