Approximating the Regular Graphic TSP in near linear time

Abstract

We present a randomized approximation algorithm for computing traveling salesperson tours in undirected regular graphs. Given an n-vertex, k-regular graph, the algorithm computes a tour of length at most (1+7 k-O(1))n, with high probability, in O(nk k) time. This improves upon a recent result by Vishnoi (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/ k) cycles with high probability, in near linear time. Additionally, we also give a deterministic 32+O(1k) factor approximation algorithm running in time O(nk).

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…