8000 GitHub - charmas3r/Sudoku: A Sudoku board generator. Fills a complete 9 x 9 GUI grid of numbers randomly according to the rules of Sudoku.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Sudoku board generator. Fills a complete 9 x 9 GUI grid of numbers randomly according to the rules of Sudoku.

Notifications You must be signed in to change notification settings

charmas3r/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Sudoku

GUI program includes game board generation using a backtracking technique to generate complete boards. Cells are filled by an algorithm which fills the last most constrained cell in the matrix. This algorithm fills on average 55% percent of the board before backtracking. Backtracking algorthim starts when there are no options available for legal placement in a cell. The previous insertion location is popped from the stack and the currently placed number added back to an array of possibilities which are randomly picked from.

About

A Sudoku board generator. Fills a complete 9 x 9 GUI grid of numbers randomly according to the rules of Sudoku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0