Symposium on Simplicity in Algorithms (SOSA) 2021
DOI: 10.1137/1.9781611976496.10
|View full text |Cite
|
Sign up to set email alerts
|

Simple dynamic algorithms for Maximal Independent Set, Maximum Flow and Maximum Matching

Abstract: Most graphs in real life keep changing with time. These changes can be in the form of insertion or deletion of edges. Such rapidly changing graphs motivate us to study dynamic graph algorithms. We address three important dynamic graph problems as follows.Maximal Independent Set (MIS) is one of the most prominently studied problems in the distributed setting. Recently, a lot of work studied the dynamic MIS in both deterministic and randomized settings. Allowing randomization the MIS can be maintained in O(poly … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
15
0

Year Published

2021
2021
2022
2022

Publication Types

Select...
3
2
2

Relationship

0
7

Authors

Journals

citations
Cited by 11 publications
(15 citation statements)
references
References 21 publications
0
15
0
Order By: Relevance
“…For the case of only edge-weight changes, there is an algorithm that has the same worst-case guarantees as recomputation, but better performance on real-world cases [18]. The fully dynamic algorithm we present here also leads to an insertionsonly or deletions-only algorithm with amortized time O(n) per operation [20]. Nonetheless, various approximation algorithms exist: An O(log n log log n)-approximation in time Õ(m 3/4 ) [7] and a n o(1) -approximation in O(n o (1) ) update time [19].…”
Section: Related Workmentioning
confidence: 99%
“…For the case of only edge-weight changes, there is an algorithm that has the same worst-case guarantees as recomputation, but better performance on real-world cases [18]. The fully dynamic algorithm we present here also leads to an insertionsonly or deletions-only algorithm with amortized time O(n) per operation [20]. Nonetheless, various approximation algorithms exist: An O(log n log log n)-approximation in time Õ(m 3/4 ) [7] and a n o(1) -approximation in O(n o (1) ) update time [19].…”
Section: Related Workmentioning
confidence: 99%
“…Note, however, that unlike for matching a maximal independent set does not give an approximate solution for the MIS problem, as shown by a star graph. In a sequence of papers [15,16,26,58,105] the running time for the maximal independent set problem was reduced to O(log 4 ) expected worst-case update time.…”
Section: Independent Set and Vertex Covermentioning
confidence: 99%
“…Moreover, his approach is based on maintaining fractional matchings, which makes it harder to extend it to the non-bipartite case. Recently, Gupta and Khan [17] gave an algorithm for maintaining an exact matching with an amortized update time of O(n), which is essentially optimal (see below for lower bounds). Other incremental models have been considered in the online algorithms literature, e.g., the bipartite vertex-arrival model of Karp,Vazirani,and Vazirani [24].…”
Section: Other Related Workmentioning
confidence: 99%