matburton / sudoku_solver

Pet project to learn languages writing a sudoku solver
0 stars 0 forks source link

F# version cannot solve 4x4 empty grid #1

Closed matburton closed 11 years ago

matburton commented 11 years ago

It dies with an ArgumentException "The input sequence was empty" while trying to split the grid

It looks like the line doing List.filter (fst >> (>) 1) doesn't work as expected