Parallel Set Cover and Hypergraph Matching via Uniform Random Sampling

The SetCover problem has been extensively studied in many different models of computation, including parallel and distributed settings. From an approximation point of view, there are two standard guarantees: an -approximation (where is the maximum set size) and an -approximation (where is the maximum number of sets containing any given element). In this paper, we introduce a new, surprisingly simple, model-independent approach to solving SetCover in unweighted graphs. We obtain multiple improved algorithms in the MPC and CRCW PRAM models. First, in the MPC model with sublinear space per machine, our algorithms can compute an approximation to SetCover in rounds, where we use the notation to suppress and terms, and a approximation in rounds. Moreover, in the PRAM model, we give a approximate algorithm using linear work and depth. All these bounds improve the existing round complexity/depth bounds by a factor. Moreover, our approach leads to many other new algorithms, including improved algorithms for the HypergraphMatching problem in the MPC model, as well as simpler SetCover algorithms that match the existing bounds.
View on arXiv