kyletolle / sudocore

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

Should we use House instead of returning an array? #6

Closed kyletolle closed 12 years ago

kyletolle commented 12 years ago

Many methods in Puzzle return an array right now. Should we use the House class for this purpose, or delete it?

Look into the pros and cons of both approaches. Need to decide whether the class will stay in the source or be removed.