kyletolle / sudocore

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

Fix brute force alg resetting character #20

Closed kyletolle closed 12 years ago

kyletolle commented 12 years ago

When backtracking, the brute force algorithm always resets the character to "." instead of what it originally contained. Make it reset the character to what it was in the first place.