Tool/solver to resolve irregular sudoku 7x7, ie with a 7x7 grid, but with non-square irregular blocks, the rule of rows and columns remain unchanged.
7x7 Sudoku Solver - dCode
Tag(s) : Number Games
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
A 7x7 sudoku is similar to a 9x9 classic sudoku, the difference is in the blocks that are irregular (jigsaw puzzle like) and whose shape depends on the played grids (the so-called blocks of size 7 form some sort of puzzle in the grid).
The sudoku7x7 resolution uses the same deduction steps as classical sudoku, but is limited to 7 digits (or 7 distinct characters).
On dCode, the resolution is done by indicating the contents of the boxes (only letters or numbers). NB: possibility to copy and paste 49 characters with a space as empty box.
To indicate the blocks of 7 boxes, click under the grid on one of the predefined examples or fill them manually by pointing the contours.
Example: The content 1 2 5 3 4 6 7
can be pasted in the first box to get
1 | ␣ | ␣ | ␣ | ␣ | ␣ | ␣ |
␣ | ␣ | 2 | ␣ | ␣ | ␣ | ␣ |
␣ | ␣ | ␣ | ␣ | ␣ | 5 | ␣ |
␣ | 3 | ␣ | 4 | ␣ | ␣ | ␣ |
␣ | ␣ | ␣ | ␣ | ␣ | ␣ | ␣ |
␣ | ␣ | ␣ | ␣ | 6 | ␣ | ␣ |
␣ | ␣ | ␣ | ␣ | ␣ | ␣ | 7 |
The program resolves the 7x7 sudoku by simulating the deduction steps of a player and displays each of the steps in the resolution with an explanation.
dCode retains ownership of the "7x7 Sudoku Solver" source code. Except explicit open source licence (indicated Creative Commons / free), the "7x7 Sudoku Solver" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "7x7 Sudoku Solver" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "7x7 Sudoku Solver" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "7x7 Sudoku Solver" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
7x7 Sudoku Solver on dCode.fr [online website], retrieved on 2024-11-21,