Parallel Set Cover and Hypergraph Matching via Uniform Random Sampling
Abstract
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 O( )-approximation (where is the maximum set size) and an O(f)-approximation (where f 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 O(f) approximation to SetCover in O( + f) rounds, where we use the O(x) notation to suppress poly x and poly n terms, and a O( ) approximation in O(3/2 n) rounds. Moreover, in the PRAM model, we give a O(f) approximate algorithm using linear work and O( n) depth. All these bounds improve the existing round complexity/depth bounds by a (1) n 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.
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.