Proceedings of the 50th Annual ACM SIGACT Symposium on Theory of Computing 2018
DOI: 10.1145/3188745.3188922
|View full text |Cite
|
Sign up to set email alerts
|

Fully dynamic maximal independent set with sublinear update time

Abstract: A maximal independent set (MIS) can be maintained in an evolving m-edge graph by simply recomputing it from scratch in O(m) time after each update. But can it be maintained in time sublinear in m in fully dynamic graphs?We answer this fundamental open question in the affirmative. We present a deterministic algorithm with amortized update time O(min{∆, m 3/4 }), where ∆ is a fixed bound on the maximum degree in the graph and m is the (dynamically changing) number of edges.We further present a distributed implem… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
80
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
4
3

Relationship

1
6

Authors

Journals

citations
Cited by 48 publications
(80 citation statements)
references
References 60 publications
(88 reference statements)
0
80
0
Order By: Relevance
“…We focus on graphs that are "uniformly sparse" or "sparse everywhere", as opposed to the previous work by Assadi et al [2] that considers unrestricted sparse graphs. We aim to improve the update time of [2] as a function of the "uniform sparsity" of the graph.…”
Section: Our Contributionmentioning
confidence: 99%
See 2 more Smart Citations
“…We focus on graphs that are "uniformly sparse" or "sparse everywhere", as opposed to the previous work by Assadi et al [2] that considers unrestricted sparse graphs. We aim to improve the update time of [2] as a function of the "uniform sparsity" of the graph.…”
Section: Our Contributionmentioning
confidence: 99%
“…We focus on graphs that are "uniformly sparse" or "sparse everywhere", as opposed to the previous work by Assadi et al [2] that considers unrestricted sparse graphs. We aim to improve the update time of [2] as a function of the "uniform sparsity" of the graph. This fundamental property of graphs has been studied in various contexts and under various names over the years, one of which is arboricity [19,20,23]:…”
Section: Our Contributionmentioning
confidence: 99%
See 1 more Smart Citation
“…// Initialized in the pre-processing step. 3 while S is not empty do 4 Let v ← arg min u∈S π(u) be the minimum rank vertex in S. 5 if…”
Section: The Algorithmmentioning
confidence: 99%
“…Since KAMIS currently does not support weighted instances, prioritizing labels of a previous solution via weights is not possible with KAMIS. From a theoretical perspective, specialized algorithms that respect a previous solution have been considered recently for the dynamic independent set problem [4]. So far, this was not investigated in the light of the PFLP problem.…”
Section: Labeling Algorithmsmentioning
confidence: 99%