New Data Structures For Subgraph Connectivity

Ran Duan
DOI: https://doi.org/10.1007/978-3-642-14165-2_18
2010-01-01
Abstract:We study the "subgraph connectivity" problem for undirected graphs with sublinear vertex update time. In this problem, we can make vertices active or inactive in a graph G, and answer the connectivity between two vertices in the subgraph of C induced by the active vertices. Two open problems in subgraph connectivity are solved in this paper. We give the first subgraph connectivity structure with worst-case sublinear time bounds for both updates and queries. Our worst-case subgraph connectivity structure supports (O) over tilde (m(4/5)) update time, (O) over tilde (m(1/5)) query time and occupies (O) over tilde (m) space, where m is the number of edges in the whole graph C.In the second part of our paper, we describe another dynamic subgraph connectivity structure with amortized (O) over tilde (m(2/3)) update time, (O) over tilde (m(1/3)) query time and linear space, which improves the structure introduced by [Chan, Patrascu, Roditty, FOCS'08] that takes (O) over tilde (m(4/3)) space.
What problem does this paper attempt to address?