vix.ing · top · new · best · stats · spec

Mantaining Dynamic Matrices for Fully Dynamic Transitive Closure

2001/03/31 by Camil Demetrescu, Giuseppe F. Italiano, Demetrescu, Camil +1
Computer Science · #Data Structures and Algorithms (cs.DS) #Discrete Mathematics (cs.DM) #F.2.2 #FOS: Computer and information sciences #G.2.2 #cs.DM #cs.DS

paper · pdf · doi:10.48550/arxiv.cs/0104001

52 pages, 5 figures

arxiv created 2001/03/31 · arxiv updated 2009/11/30

Abstract

In this paper we introduce a general framework for casting fully dynamic transitive closure into the problem of reevaluating polynomials over matrices. With this technique, we improve the best known bounds for fully dynamic transitive closure. In particular, we devise a deterministic algorithm for general directed graphs that achieves O(n2) amortized time for updates, while preserving unit worst-case cost for queries. In case of deletions only, our algorithm performs updates faster in O(n) amortized time. Our matrix-based approach yields an algorithm for directed acyclic graphs that breaks through the O(n2) barrier on the single-operation complexity of fully dynamic transitive closure. We can answer queries in O(nε) time and perform updates in O(nω(1,ε,1)-ε+n1+ε) time, for any ε∈[0,1], where ω(1,ε,1) is the exponent of the multiplication of an n× nε matrix by an nε× n matrix. The current best bounds on ω(1,ε,1) imply an O(n0.58) query time and an O(n1.58) update time. Our subquadratic algorithm is randomized, and has one-side error.

Related