Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 262 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 262 Bytes

Solving a Sudoku with constraint propagation and Graph coloring

Given a sudoku, a graph is formed making the adjacent nodes those that CAN'T have the same color (number) The coloring is done following the constraints of sudoku and using constraint propagation