English

Approximating the Regular Graphic TSP in near linear time

Data Structures and Algorithms 2014-06-16 v2

Abstract

We present a randomized approximation algorithm for computing traveling salesperson tours in undirected regular graphs. Given an nn-vertex, kk-regular graph, the algorithm computes a tour of length at most (1+7lnkO(1))n\left(1+\frac{7}{\ln k-O(1)}\right)n, with high probability, in O(nklogk)O(nk \log k) time. This improves upon a recent result by Vishnoi (\cite{Vishnoi12}, FOCS 2012) for the same problem, in terms of both approximation factor, and running time. The key ingredient of our algorithm is a technique that uses edge-coloring algorithms to sample a cycle cover with O(n/logk)O(n/\log k) cycles with high probability, in near linear time. Additionally, we also give a deterministic 32+O(1k)\frac{3}{2}+O\left(\frac{1}{\sqrt{k}}\right) factor approximation algorithm running in time O(nk)O(nk).

Keywords

Cite

@article{arxiv.1404.2396,
  title  = {Approximating the Regular Graphic TSP in near linear time},
  author = {Ashish Chiplunkar and Sundar Vishwanathan},
  journal= {arXiv preprint arXiv:1404.2396},
  year   = {2014}
}

Comments

12 pages

R2 v1 2026-06-22T03:46:42.094Z