数独求解器
数独 求解器
免费在线数独求解器。输入您的谜题,使用回溯算法即时求解。完全在浏览器中运行,无需联网。
示例谜题:
Related Tools
数独规则
填写9×9网格,使每行、每列以及九个3×3方格中均包含1到9的所有数字各一次。
1.Each row must contain 1–9 with no repeats
2.Each column must contain 1–9 with no repeats
3.Each 3×3 box must contain 1–9 with no repeats
4.Use arrow keys to navigate cells
5.Blue highlight = related cells (same row/col/box)
6.Green cells = solved by the algorithm
Solving Tips
•Start with rows/columns/boxes that already have the most numbers filled in.
•Look for cells where only one digit is possible — this is called a 'naked single'.
•If a digit can only appear in one cell within a row, column, or box, place it there.
•Use pencil marks to track possible digits in each cell.
•Can't crack it? Hit Solve — the backtracking algorithm never fails!
解锁专业版功能
使用Any-Tools Pro生成无限谜题、获取逐步提示并导出PDF。