DSMay 12

An Almost-Optimal Upper Bound on the Push Number of the Torus Puzzle

arXiv:2601.0898943.9h-index: 17
AI Analysis

For researchers studying combinatorial puzzles and permutation sorting, this provides a tighter upper bound in a more restricted model, though the improvement is incremental.

The paper improves the upper bound on the push number of the Torus Puzzle from O(mn·max{m,n}) to O(mn·log max{m,n}), reducing the gap between upper and lower bounds from Θ(max{m,n}) to Θ(log max{m,n}).

We study the Torus Puzzle, a solitaire game in which the elements of an input $m \times n$ matrix need to be rearranged into a target configuration via a sequence of unit rotations (i.e., circular shifts) of rows and/or columns. Amano et al. proposed a more permissive variant of the above puzzle, where each row and column rotation can shift the involved elements by any amount of positions. The number of rotations needed to solve the original and the permissive variants of the puzzle are respectively known as the \emph{push number} and the \emph{drag number}, where the latter is always smaller than or equal to the former and admits an existential lower bound of $Ω(mn)$. While this lower bound is matched by an $O(mn)$ upper bound, the push number is not so well understood. Indeed, to the best of our knowledge, only an $O(mn \cdot \max\{ m, n \})$ upper bound is currently known. In this paper, we provide an algorithm that solves the Torus Puzzle using $O(mn \cdot \log \max \{m, n\})$ unit rotations in a model that is more restricted than that of the original puzzle. This implies a corresponding upper bound on the push number and reduces the gap between the known upper and lower bounds from $Θ(\max\{m,n\})$ to $Θ(\log \max\{m, n\})$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes