Skip to content

jdavid54/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUDOKU SOLVING

HTML - version 4

Sudoku grid

A grid is shown with all the candidates possible for the empty cells.

Fill the grid with the known numbers for each row, zeroes stand for empty cells.

Buttons :

  • Update will compute the grid
  • Save enables to save the grid in text files
  • Load a text file to grid
  • Choose a cell to edit candidates

Python

Brute force solving

SAMOURAI SOLVING

Samourai grid is a 5-sudoku-grid combined into one. The rules are the same as for a simple sudoku grid but for the central grid, corners are shared with the 4 satelites.

Sudoku grid

Brute force solving

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published