kyletolle / sudocore

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

Pass options to lower levels #12

Open kyletolle opened 12 years ago

kyletolle commented 12 years ago

What's a good way to pass optional flags as a hash to lower classes from higher ones? Need to do this in order to flow data down to Puzzle and Algorithm.