Skip to content
 
 

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages