SimpleSudokuSolver v0.6.0
Added
- Implemented NakedQuad solving strategy.
- Additional tests written - reached 100% code coverage.
- Files loaded by solver can now have comments (lines starting with '#' are ignored)
Fixed
- Issue where "Single in Column" and "Single in Block" strategies were displayed as "Single in Row".