When Algorithms for Maximal Independent Set and Maximal Matching Run in Sublinear-Time

06/13/2020
by   Sepehr Assadi, et al.
0

Maximal independent set (MIS), maximal matching (MM), and (Δ+1)-coloring in graphs of maximum degree Δ are among the most prominent algorithmic graph theory problems. They are all solvable by a simple linear-time greedy algorithm and up until very recently this constituted the state-of-the-art. In SODA 2019, Assadi, Chen, and Khanna gave a randomized algorithm for (Δ+1)-coloring that runs in O(n√(n)) time, which even for moderately dense graphs is sublinear in the input size. The work of Assadi et al. however contained a spoiler for MIS and MM: neither problems provably admits a sublinear-time algorithm in general graphs. In this work, we dig deeper into the possibility of achieving sublinear-time algorithms for MIS and MM. The neighborhood independence number of a graph G, denoted by β(G), is the size of the largest independent set in the neighborhood of any vertex. We identify β(G) as the “right” parameter to measure the runtime of MIS and MM algorithms: Although graphs of bounded neighborhood independence may be very dense (clique is one example), we prove that carefully chosen variants of greedy algorithms for MIS and MM run in O(nβ(G)) and O(nlogn·β(G)) time respectively on any n-vertex graph G. We complement this positive result by observing that a simple extension of the lower bound of Assadi et.al. implies that Ω(nβ(G)) time is also necessary for any algorithm to either problem for all values of β(G) from 1 to Θ(n). We note that our algorithm for MIS is deterministic while for MM we use randomization which we prove is unavoidable: any deterministic algorithm for MM requires Ω(n^2) time even for β(G) = 2.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/14/2021

Simple vertex coloring algorithms

Given a graph G with n vertices and maximum degree Δ, it is known that G...
research
01/26/2023

Deterministic Massively Parallel Symmetry Breaking for Sparse Graphs

We consider the problem of designing deterministic graph algorithms for ...
research
06/05/2021

Time-Optimal Sublinear Algorithms for Matching and Vertex Cover

We present a near-tight analysis of the average "query complexity" – à l...
research
02/28/2023

DAG-Inducing Problems and Algorithms

In this paper, we show that in a parallel processing system, if a direct...
research
06/26/2018

Fully Dynamic Maximal Independent Set with Sublinear in n Update Time

The first fully dynamic algorithm for maintaining a maximal independent ...
research
04/23/2020

Deterministic Sparse Sublinear FFT with Improved Numerical Stability

In this paper we extend the deterministic sublinear FFT algorithm for fa...
research
02/14/2020

A Breezing Proof of the KMW Bound

In their seminal paper from 2004, Kuhn, Moscibroda, and Wattenhofer (KMW...

Please sign up or login with your details

Forgot password? Click here to reset