Skip to content

Latest commit

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

what can this do

  • support up to order-9 81x81 sudoku
  • make any random sudoku and solve it
  • solve the hardest sudoku designed by Arto Inkala in 2012

sudoku maker

Steps for making a sudoku puzzle

  • initialize a standard map of order-N sudoku
  • swap whole rows and cols for every chunk randomly
  • trim the map randomly

Standard map defined for order-3 9x9 sudoku

123456789
456789123
789123456
234567891
567891234
891234567
345678912
678912345
912345678

Screenshots

Alt textAlt textAlt text

sudoku solver

Steps for solving a sudoku puzzle

  • scan every void in puzzle map and check what can put in it
  • scan every number in puzzle scale and check where can put it in
  • fill the logically available numbers which are absolutely right
  • if dead end, guess a number
  • if error, withdraw guess and make a new one

Screenshots

Alt textAlt textAlt text

About

Sudoku maker and solver based on algorithm I was always using. It supports up to order-9 81x81 sudoku.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages