Skip to content

evilstarksai/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Sudoku

Solves given valid sudoku

Used Backtracking Algorithm to solve this which works recursively by building solution one piece at a time and removing the solutions that fail at any time.

Input Format

Expects input to have 9 lines with each line containing 9 characters and fill empty place with '.' character.

About

Sudoku solving code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages