English

A New Algorithm for Decremental Single-Source Shortest Paths with Applications to Vertex-Capacitated Flow and Cut Problems

Data Structures and Algorithms 2019-05-29 v1

Abstract

We study the vertex-decremental Single-Source Shortest Paths (SSSP) problem: given an undirected graph G=(V,E)G=(V,E) with lengths (e)1\ell(e)\geq 1 on its edges and a source vertex ss, we need to support (approximate) shortest-path queries in GG, as GG undergoes vertex deletions. In a shortest-path query, given a vertex vv, we need to return a path connecting ss to vv, whose length is at most (1+ϵ)(1+\epsilon) times the length of the shortest such path, where ϵ\epsilon is a given accuracy parameter. The problem has many applications, for example to flow and cut problems in vertex-capacitated graphs. Our main result is a randomized algorithm for vertex-decremental SSSP with total expected update time O(n2+o(1)logL)O(n^{2+o(1)}\log L), that responds to each shortest-path query in O(nlogL)O(n\log L) time in expectation, returning a (1+ϵ)(1+\epsilon)-approximate shortest path. The algorithm works against an adaptive adversary. The main technical ingredient of our algorithm is an O~(E(G)+n1+o(1))\tilde O(|E(G)|+ n^{1+o(1)})-time algorithm to compute a \emph{core decomposition} of a given dense graph GG, which allows us to compute short paths between pairs of query vertices in GG efficiently. We believe that this core decomposition algorithm may be of independent interest. We use our result for vertex-decremental SSSP to obtain (1+ϵ)(1+\epsilon)-approximation algorithms for maximum ss-tt flow and minimum ss-tt cut in vertex-capacitated graphs, in expected time n2+o(1)n^{2+o(1)}, and an O(log4n)O(\log^4n)-approximation algorithm for the vertex version of the sparsest cut problem with expected running time n2+o(1)n^{2+o(1)}. These results improve upon the previous best known results for these problems in the regime where m=ω(n1.5+o(1))m= \omega(n^{1.5 + o(1)}).

Keywords

Cite

@article{arxiv.1905.11512,
  title  = {A New Algorithm for Decremental Single-Source Shortest Paths with Applications to Vertex-Capacitated Flow and Cut Problems},
  author = {Julia Chuzhoy and Sanjeev Khanna},
  journal= {arXiv preprint arXiv:1905.11512},
  year   = {2019}
}
R2 v1 2026-06-23T09:27:48.648Z