Title :
Fully dynamic biconnectivity and transitive closure
Author :
Henzinger, Monika Rauch ; King, Valerie
Author_Institution :
Dept. of Comput. Sci., Cornell Univ., Ithaca, NY, USA
Abstract :
This paper presents an algorithm for the fully dynamic biconnectivity problem whose running time is exponentially faster than all previously known solutions. It is the first dynamic algorithm that answers biconnectivity queries in time O(log2n) in a n-node graph and can be updated after an edge insertion or deletion in polylogarithmic time. Our algorithm is a Las-Vegas style randomized algorithm with the update time amortized update time O(log4n). Only recently the best deterministic result for this problem was improved to O(√nlog2n). We also give the first fully dynamic and a novel deletions-only transitive closure (i.e. directed connectivity) algorithms. These are randomized Monte Carlo algorithms. Let n be the number of nodes in the graph and let mˆ be the average number of edges in the graph during the whole update sequence: The fully dynamic algorithms achieve (1) query time O(n/logn) and update time O(mˆ√nlog2n+n); or (2) query time O(n/logn) and update time O(nmˆμ-1)log2n=O(nmˆ0.58 log2n), where μ is the exponent for boolean matrix multiplication (currently μ=2.38). The deletions-only algorithm answers queries in time O(n/logn). Its amortized update time is O(nlog 2n)
Keywords :
algorithm theory; computational complexity; graph theory; randomised algorithms; Las-Vegas style; deletion; dynamic algorithm; edge insertion; fully dynamic biconnectivity; n-node graph; polylogarithmic time; randomized algorithm; transitive closure; Algorithm design and analysis; Approximation algorithms; Computer science; Engineering profession; Heuristic algorithms; Monte Carlo methods; System testing;
Conference_Titel :
Foundations of Computer Science, 1995. Proceedings., 36th Annual Symposium on
Conference_Location :
Milwaukee, WI
Print_ISBN :
0-8186-7183-1
DOI :
10.1109/SFCS.1995.492668