Simple and Faster algorithm for Reachability in a Decremental Directed Graph
Manoj Gupta

TL;DR
This paper introduces a simplified, faster randomized algorithm for maintaining source-sink reachability, single source reachability, and strongly connected components in decremental directed graphs, improving upon previous methods across various graph densities.
Contribution
The authors present a unified, simpler algorithm that outperforms prior algorithms for all graph densities in decremental reachability problems.
Findings
Achieves $ ilde{O}(mn^{4/5})$ total update time for $st$-Reachability.
Attains $ ilde{O}(n^{8/3})$ total update time for $st$-Reachability in dense graphs.
Provides $ ilde{O}(m n^{9/10})$ total update time for SSR and SCC.
Abstract
Consider the problem of maintaining source sink reachability(-Reachability), single source reachability(SSR) and strongly connected component(SCC) in an edge decremental directed graph. In particular, we design a randomized algorithm that maintains with high probability: 1) -Reachability in total update time. 2) -Reachability in a total update time of in a dense graph. 3) SSR in a total update time of . 4) SCC in a total update time of . For all the above problems, we improve upon the previous best algorithm (by Henzinger et. al. (STOC 2014)). Our main focus is maintaining -Reachability in an edge decremental directed graph (other problems can be reduced to -Reachability). The classical algorithm of Even and Shiloach (JACM 81) solved this problem in query time and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Data Management and Algorithms
