Search for a tool
Irregular NxN Sudoku Solver

Tool/solver to resolve irregular sudoku (any size), ie with a NxN grid and non-square blocks, the rule of rows and columns remain unchanged.

Results

Irregular NxN Sudoku Solver -

Tag(s) : Number Games

Share
Share
dCode and more

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!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Irregular NxN Sudoku Solver' tool for free! Thank you!

Irregular NxN Sudoku Solver

Solve a irregular sudoku grid

Loading...
(if this message do not disappear, try to refresh this page)



Answers to Questions (FAQ)

What is an irregular NxN Sudoku? (Definition)

An irregular NxN Sudoku (sometimes called Chaos or Jigsaw) is a variation of classic Sudoku where the regions are not necessarily perfect squares. In an irregular Sudoku, these blocks can have more organic or asymmetrical shapes (polyominoes). The goal remains the same: fill the grid with numbers so that each row, each column, and each region contains only one occurrence of each number.

How to fill the Jigsaw Sudoku grid?

Indicates cells values one by one (it is also possible to make a copy-paste with space as empty cell) as in a classic sudoku.

Only letters or digits are allowed.

Blocks of 9 cells can be selected within predefined examples under the grid or indicated manually by clicking on borders.

Example: A 9x9 grid (copy/paste) forms nonominos 97 1 5 5 9 2 18 4 8 7 26 92 3 6 2 9 19 457 to get:

9715
5921
84
8
7
269
236
29
19457

For larger grids, the solver only accepts one character per cell, so use letters.

Example: Write A for 10, B for 11 etc.

How does the step by step works?

The program solves the sudoku, as a human would, and displays each step of its progression for understanding with some explanations. Here are the main steps:

— Initialization: Write down all possible digits for each empty cell.

— Basic Elimination: Remove impossible digits by row, column and region. Find cells with only one possible digit and fill them. Repeat.

— Advanced Techniques: Use patterns (hidden pairs, naked pairs, etc.) to eliminate more digits. Repeat.

— Backtracking (If Necessary): If stuck, try a random digit, see if it works. If it gets stuck, go back and try something else. It is an iterative process of elimination, deduction and, sometimes, trial and error.

Source code

dCode retains ownership of the "Irregular NxN Sudoku Solver" source code. Except explicit open source licence (indicated Creative Commons / free), the "Irregular NxN Sudoku Solver" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Irregular NxN 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 "Irregular NxN Sudoku Solver" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.

Cite dCode

The copy-paste of the page "Irregular NxN 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):
Irregular NxN Sudoku Solver on dCode.fr [online website], retrieved on 2025-03-25, https://www.dcode.fr/irregular-sudoku-solver

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Irregular NxN Sudoku Solver' tool for free! Thank you!


https://www.dcode.fr/irregular-sudoku-solver
© 2025 dCode — The ultimate 'toolkit' to solve every games / riddles / geocaching / CTF.
 
Feedback