Kakuro Solver
Enter the across and down runs from your Kakuro puzzle to find a valid digit fill.
How to enter a Kakuro puzzle
- Give each white cell a simple ID, such as A1 or C4.
- Add every horizontal run with its sum and cell IDs.
- Add every vertical run with the same cell IDs, then solve.
The solver finds digits that satisfy every across and down sum while honoring the no-repeat rule.
A practical Kakuro calculator
Start with a small connected area if your puzzle is large. Adding its crossing runs gives the solver the constraints it needs to select valid digits.
If no answer is found, check that every shared cell has exactly the same ID in both lists.