Skip to content

eflynn/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A little program to solve a Sudoku Puzzle.

Sudoku is a type of Constraint Satisfaction Problem. A CSP is formulated in terms of variables, possible values of the variables (domains), and constraints. Sudoku has 27 global constraints for each row, column, and box. For more information please see the following page:

Solving Every Sudoku Puzzle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages