Improved Fully Dynamic Reachability Algorithm for Directed Graph
Venkata Seshu Kumar Kurapati

TL;DR
This paper introduces a deterministic fully dynamic reachability algorithm for directed graphs that efficiently updates reachability information with improved performance over previous methods, supporting quick queries after updates.
Contribution
It combines existing algorithms with witness counting to enhance efficiency, especially for edge deletions, achieving better update times in dynamic graph scenarios.
Findings
Update time improved by a factor of O(n^2 / (m + n log n))
Queries answered in O(1) time after each update
Effective handling of edge deletions in dynamic graphs
Abstract
We propose a fully dynamic algorithm for maintaining reachability information in directed graphs. The proposed deterministic dynamic algorithm has an update time of where is the current number of edges, is the number of vertices in the graph, is the number of edge insertions and is the number of edge deletions. Each query can be answered in O(1) time after each update. The proposed algorithm combines existing fully dynamic reachability algorithm with well known witness counting technique to improve efficiency of maintaining reachability information when edges are deleted. The proposed algorithm improves by a factor of for edge deletion over the best existing fully dynamic algorithm for maintaining reachability information.
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
TopicsData Management and Algorithms · Complexity and Algorithms in Graphs · Graph Theory and Algorithms
