English

Approximately covering vertices by order-$5$ or longer paths

Data Structures and Algorithms 2024-08-22 v1 Discrete Mathematics

Abstract

This paper studies MPCv5+MPC^{5+}_v, which is to cover as many vertices as possible in a given graph G=(V,E)G=(V,E) by vertex-disjoint 5+5^+-paths (i.e., paths each with at least five vertices). MPCv5+MPC^{5+}_v is NP-hard and admits an existing local-search-based approximation algorithm which achieves a ratio of 1972.714\frac {19}7\approx 2.714 and runs in O(V6)O(|V|^6) time. In this paper, we present a new approximation algorithm for MPCv5+MPC^{5+}_v which achieves a ratio of 2.5112.511 and runs in O(V2.5E2)O(|V|^{2.5} |E|^2) time. Unlike the previous algorithm, the new algorithm is based on maximum matching, maximum path-cycle cover, and recursion.

Keywords

Cite

@article{arxiv.2408.11225,
  title  = {Approximately covering vertices by order-$5$ or longer paths},
  author = {Mingyang Gong and Zhi-Zhong Chen and Guohui Lin and Lusheng Wang},
  journal= {arXiv preprint arXiv:2408.11225},
  year   = {2024}
}

Comments

Full version of an extended abstract in COCOON 2024

R2 v1 2026-06-28T18:18:48.694Z