Wataridori is NP-Complete
Suthee Ruangwises
TL;DR
This work proves that the Wataridori puzzle is $NP$-complete by presenting a direct polynomial-time reduction from Numberlink. The core idea is a block-based encoding where each Numberlink cell is replaced by a $(4k+5) imes (4k+5)$ block, and endpoints are labeled with distinct numbers so that solutions correspond one-to-one. A key part of the method is selecting $k = ceil((p-1)/2)$ to guarantee at least $p$ distinct region-count values, encoding the original pairings via the region-visit counts. The reduction preserves solvability in both directions and fits within polynomial time, thereby establishing the hardness component. Overall, the paper contributes a direct cross-puzzle reduction technique to the literature on pencil-puzzle complexity and demonstrates the $NP$-completeness of Wataridori.
Abstract
Wataridori is a pencil puzzle involving drawing paths to connect all circles in a rectangular grid into pairs, in order to satisfy several constraints. In this paper, we prove that deciding solvability of a given Wataridori puzzle is NP-complete via reduction from Numberlink, another pencil puzzle that has already been proved to be NP-complete.
