English

Decremental Data Structures for Connectivity and Dominators in Directed Graphs

Data Structures and Algorithms 2018-03-02 v1

Abstract

We introduce a new dynamic data structure for maintaining the strongly connected components (SCCs) of a directed graph (digraph) under edge deletions, so as to answer a rich repertoire of connectivity queries. Our main technical contribution is a decremental data structure that supports sensitivity queries of the form "are u u and v v strongly connected in the graph Gw G \setminus w ?", for any triple of vertices u,v,w u, v, w , while G G undergoes deletions of edges. Our data structure processes a sequence of edge deletions in a digraph with nn vertices in O(mnlogn)O(m n \log{n}) total time and O(n2logn)O(n^2 \log{n}) space, where mm is the number of edges before any deletion, and answers the above queries in constant time. We can leverage our data structure to obtain decremental data structures for many more types of queries within the same time and space complexity. For instance for edge-related queries, such as testing whether two query vertices uu and vv are strongly connected in GeG \setminus e, for some query edge ee. As another important application of our decremental data structure, we provide the first nontrivial algorithm for maintaining the dominator tree of a flow graph under edge deletions. We present an algorithm that processes a sequence of edge deletions in a flow graph in O(mnlogn)O(m n \log{n}) total time and O(n2logn)O(n^2 \log{n}) space. For reducible flow graphs we provide an O(mn)O(mn)-time and O(m+n)O(m + n)-space algorithm. We give a conditional lower bound that provides evidence that these running times may be tight up to subpolynomial factors.

Keywords

Cite

@article{arxiv.1704.08235,
  title  = {Decremental Data Structures for Connectivity and Dominators in Directed Graphs},
  author = {Loukas Georgiadis and Thomas Dueholm Hansen and Giuseppe F. Italiano and Sebastian Krinninger and Nikos Parotsidis},
  journal= {arXiv preprint arXiv:1704.08235},
  year   = {2018}
}

Comments

Accepted to the 44th International Colloquium on Automata, Languages, and Programming (ICALP 2017)

R2 v1 2026-06-22T19:28:47.337Z