Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 445 Bytes

File metadata and controls

14 lines (12 loc) · 445 Bytes

Backtracking

Backtracking algorithm written in python

Features

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

todo

add user inputed sudoku
impliment graphical representation of sudoku
add nonogram class to apply the algorithm too
add graphical representation of nonograms