Skip to content

In Sudoku Solver, you can pass in a file that contains a sudoku board (given that the format is correct), or create a board which can then be solved.

Notifications You must be signed in to change notification settings

urbinago/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

In Sudoku Solver, you can pass in a file that contains a sudoku board (given that the format is correct), or create a board which can then be solved.

(File must follow this format)

  1. Each line consists of 9 numbers.
  2. Numbers must be between 0 and 9.
  3. Empty cells are denoted with a 0.
  4. Board must follow all the sudoku rules. (0s are displayed as '.' for visibility)

Example File:

..5..8... 1.6..3..4 ..2.....7 ..1..4... ....8..6. .7....... 9..53.... ...6..8.1 ....2..49

About

In Sudoku Solver, you can pass in a file that contains a sudoku board (given that the format is correct), or create a board which can then be solved.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages