English

Improved Fully Dynamic Reachability Algorithm for Directed Graph

Data Structures and Algorithms 2007-11-22 v1

Abstract

We propose a fully dynamic algorithm for maintaining reachability information in directed graphs. The proposed deterministic dynamic algorithm has an update time of O((insn2)+(del(m+nlog(n))))O((ins*n^{2}) + (del * (m+n*log(n)))) where mm is the current number of edges, nn is the number of vertices in the graph, insins is the number of edge insertions and deldel 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 O(n2m+nlog(n))O(\frac{n^2}{m+n*log(n)}) for edge deletion over the best existing fully dynamic algorithm for maintaining reachability information.

Keywords

Cite

@article{arxiv.0711.3250,
  title  = {Improved Fully Dynamic Reachability Algorithm for Directed Graph},
  author = {Venkata Seshu Kumar Kurapati},
  journal= {arXiv preprint arXiv:0711.3250},
  year   = {2007}
}
R2 v1 2026-06-21T09:45:31.803Z