Sudoku Solver Instruction Manual

This application is a single-screen integrated Sudoku solving and thinking support tool that runs easily on browsers across smartphones, tablets, and PCs. It is optimized for tutorial use, designed not just to automatically fill the board, but to present logically determinable numbers as hints, allowing users to think and solve the puzzle themselves.

◆ Screen Layout and Features

◆ How to Enter Problems and Answers

Use the text box at the bottom of the screen or the on-screen number buttons to input and modify data.

  1. Button Input (Individual): Enter a 3-digit number in the order of "Row", "Column", and "Number", then press the OK button.
    (Example: To enter "3" in Row 1, Column 2 → press 1, 2, 3 sequentially, then click OK)
    * You can also enter multiple cells continuously (e.g., press 123 456 then OK to reflect two cells at once).
  2. Copy & Paste Input (Batch): Type directly into the text box with your keyboard, or paste external text data and press OK to reflect it on the board all at once.
  3. Correction and Deletion: If you make a mistake during input, you can delete one character at a time using the BS (Backspace) button. To delete a number already on the board, enter "0" as the number and press OK.
    (Example: To delete the number in Row 1, Column 2 and make it blank → 1 2 0 OK)

◆ Functions of Operation Buttons

◆ Challenging an Extremely Difficult Puzzle (AI Escargot)

This puzzle, "AI Escargot," was created by Finnish mathematician Arto Inkala in 2006 and was widely talked about as "the world's hardest Sudoku" at the time. Solving it manually requires advanced hypothesis and look-ahead logic, but by combining this solver's "pre-processing (determination in magenta)" and "Ans (full backtracking search)", you can experience how the AI instantly conquers this difficult problem.

Copy and paste the following data into the upper input field, press OK, then click SolveAns in that order to try the demonstration.

111 167 189
223 252 298
339 346 375
435 443 479
521 558 592
616 664
713 781
824 897
937 973
【Recommended Demonstration Scenario】
Set a puzzle, press Solve, and proceed using the Next button. On difficult puzzles, candidates will branch and pause. At that point, trust your intuition and input one number. Even if you make a wrong choice, when you press Next again, the AI will detect the contradiction and automatically inform you (Human-AI Collaboration).