Skip to content

SimpleSudokuSolver v0.6.0

Compare
Choose a tag to compare
@kurtanr kurtanr released this 09 Aug 07:24
· 19 commits to master since this release

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".