English

Dynamic Shortest Path and Transitive Closure Algorithms: A Survey

Data Structures and Algorithms 2017-10-31 v2

Abstract

Algorithms which compute properties over graphs have always been of interest in computer science, with some of the fundamental algorithms, such as Dijkstra's algorithm, dating back to the 50s. Since the 70s there as been interest in computing over graphs which are constantly changing, in a way which is more efficient than simple recomputing after each time the graph changes. In this paper we provide a survey of both the foundational, and the state of the art, algorithms which solve either shortest path or transitive closure problems in either fully or partially dynamic graphs. We balance this with the known conditional lowerbounds.

Keywords

Cite

@article{arxiv.1709.00553,
  title  = {Dynamic Shortest Path and Transitive Closure Algorithms: A Survey},
  author = {Daniel P. Martin},
  journal= {arXiv preprint arXiv:1709.00553},
  year   = {2017}
}

Comments

17 pages, 3 figures

R2 v1 2026-06-22T21:31:14.368Z