Skip to content

This little snippet solves Sudokus with various strategies but without Brute Force.

License

Notifications You must be signed in to change notification settings

lord-haffi/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

This little snippet solves Sudokus with various strategies but without Brute Force. To use it just store the Sudoku as plain text as shown below and pass the file path to the program. The result will be outputted to console.

 926 74 5
5 8  42  
 3 9 5 78
 19 435  
72 56  13
  321 94 
 81  67 4
9 745  82
3 5872 91

This corresponds to this Sudoku:

About

This little snippet solves Sudokus with various strategies but without Brute Force.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages