Solving Single-digit Sudoku Subproblems
David Eppstein

TL;DR
This paper demonstrates that single-digit Nishio subproblems in nxn Sudoku can be solved more efficiently than previous methods, and establishes that single-digit deduction in Sudoku is NP-hard.
Contribution
It introduces a faster algorithm for solving Nishio subproblems and proves the NP-hardness of single-digit deduction in Sudoku.
Findings
Nishio subproblems can be solved in time o(2^n)
Single-digit deduction in Sudoku is NP-hard
Improved computational complexity over previous methods
Abstract
We show that single-digit "Nishio" subproblems in nxn Sudoku puzzles may be solved in time o(2^n), faster than previous solutions such as the pattern overlay method. We also show that single-digit deduction in Sudoku is NP-hard.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topicsgraph theory and CDMA systems
