Worst-case time decremental connectivity and k-edge witness

Abstract

We give a simple algorithm for decremental graph connectivity that handles edge deletions in worst-case time O(k n) and connectivity queries in O( k), where k is the number of edges deleted so far, and uses worst-case space O(m2). We use this to give an algorithm for k-edge witness (``does the removal of a given set of k edges disconnect two vertices u,v?'') with worst-case time O(k2 n) and space O(k2 n2). For k = o(n) these improve the worst-case O(n) bound for deletion due to Eppstein et al. We also give a decremental connectivity algorithm using O(n2 n / n) space, whose time complexity depends on the toughness and independence number of the input graph. Finally, we show how to construct a distributed data structure for by giving a labeling scheme. This is the first data structure for that can efficiently distributed without just giving each vertex a copy of the whole structure. Its complexity depends on being able to construct a linear layout with good properties.

0

Discussion (0)

Sign in to join the discussion.

Loading comments…