Skip to content

razwanizmi/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku solution using a backtracking algorithm.

The Sudoku class is instantiated with a 81 number string representing the board from left to right of the top row all the way to the bottom. Empty cells are represented by "0".

'#board' will return the current board in string format, separated by lines.

'#solve!' will run the backtracking algorithm and modify the current board to its solution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages