English

Euclidean TSP in Narrow Strips

Computational Geometry 2024-04-08 v2

Abstract

We investigate how the complexity of Euclidean TSP for point sets PP inside the strip (,+)×[0,δ](-\infty,+\infty)\times [0,\delta] depends on the strip width δ\delta. We obtain two main results. First, for the case where the points have distinct integer xx-coordinates, we prove that a shortest bitonic tour (which can be computed in O(nlog2n)O(n\log^2 n) time using an existing algorithm) is guaranteed to be a shortest tour overall when δ22\delta\leq 2\sqrt{2}, a bound which is best possible. Second, we present an algorithm that is fixed-parameter tractable with respect to δ\delta. Our algorithm has running time 2O(δ)n+O(δ2n2)2^{O(\sqrt{\delta})} n + O(\delta^2 n^2) for sparse point sets, where each 1×δ1\times\delta rectangle inside the strip contains O(1)O(1) points. For random point sets, where the points are chosen uniformly at random from the rectangle [0,n]×[0,δ][0,n]\times [0,\delta], it has an expected running time of 2O(δ)n2^{O(\sqrt{\delta})} n. These results generalise to point sets PP inside a hypercylinder of width δ\delta. In this case, the factors 2O(δ)2^{O(\sqrt{\delta})} become 2O(δ11/d)2^{O(\delta^{1-1/d})}.

Keywords

Cite

@article{arxiv.2003.09948,
  title  = {Euclidean TSP in Narrow Strips},
  author = {Henk Alkema and Mark de Berg and Remco van der Hofstad and Sándor Kisfaludi-Bak},
  journal= {arXiv preprint arXiv:2003.09948},
  year   = {2024}
}

Comments

To appear in Discrete & Computational Geometry. See also earlier version in Proceedings 36th International Symposium on Computational Geometry (SoCG 2020)

R2 v1 2026-06-23T14:23:13.292Z