Approximating the minimum vertex cover in sublinear time and a connection to distributed algorithms

  • Authors:
  • Michal Parnas;Dana Ron

  • Affiliations:
  • School of Computer Science, The Academic College of Tel-Aviv-Yaffo, Tel-Aviv, Israel;Department of EESystems, Tel-Aviv University, Ramat Aviv, Israel

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2007

Quantified Score

Hi-index 5.23

Visualization

Abstract

For a given graph G over n vertices, let OPT"G denote the size of an optimal solution in G of a particular minimization problem (e.g., the size of a minimum vertex cover). A randomized algorithm will be called an @a-approximation algorithm with an additive error for this minimization problem if for any given additive error parameter @e0 it computes a value OPT@? such that, with probability at least 2/3, it holds that OPT"G@?OPT@?@?@a@?OPT"G+@en. Assume that the maximum degree or average degree of G is bounded. In this case, we show a reduction from local distributed approximation algorithms for the vertex cover problem to sublinear approximation algorithms for this problem. This reduction can be modified easily and applied to other optimization problems that have local distributed approximation algorithms, such as the dominating set problem. We also show that for the minimum vertex cover problem, the query complexity of such approximation algorithms must grow at least linearly with the average degree d@? of the graph. This lower bound holds for every multiplicative factor @a and small constant @e as long as d@?=O(n/@a). In particular this means that for dense graphs it is not possible to design an algorithm whose complexity is o(n).