Backtracking algorithm written in python
Generalized backtracking algorithm
Game class that can be inherited from in order to have the algorithm be applied to custom problems
Sudoku class that backtracking algorithm is applied to
add user inputed sudoku
impliment graphical representation of sudoku
add nonogram class to apply the algorithm too
add graphical representation of nonograms