index
:
sudoku
master
Sudoku Solver written in C++ with Qt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2012-09-30
Added more examples.
Stijn Buys
2012-08-05
Added revert button.
Stijn Buys
2012-08-05
Added comments.
Stijn Buys
2012-08-05
Manage cell widget geometry manually and removed the grid layout,
Stijn Buys
created the visual appereance of an actual sudoku puzzle.
2012-08-04
ADded another example from Metro.
Stijn Buys
2012-08-04
Rnamed validate() functions to reset(),
Stijn Buys
added subgrid test to the coverage solver.
2012-08-04
Added GPL copyright license text.
Stijn Buys
2012-07-29
Debug-report number of solved cells in each step.
Stijn Buys
2012-07-25
Added initial coverage solver.
Stijn Buys
2012-07-25
Added extra examples.
Stijn Buys
2012-06-15
Integrated Cell class, minor refactoring.
Stijn Buys
2012-06-15
Added Cell class.
Stijn Buys
2012-06-15
Star Burst Leo example from wikipedia.
Stijn Buys
2012-06-15
Added example sudokus.
Stijn Buys
2012-06-06
Corrected an include in the Qt configure test.
Stijn Buys
2012-06-06
Added unique solution step solver.
Stijn Buys
2012-06-05
Improved format of saved files.
Stijn Buys
2012-06-05
Implemented load, save and clear functionality.
Stijn Buys
2012-06-05
Added text to the README.
Stijn Buys
2012-06-05
Added solverwindow and sidebar buttons,
Stijn Buys
added Sudoku value container class.
2012-06-05
Initial import,
Stijn Buys
added automake project files, application framework, initial sudoku widget