A New Algorithm for Decremental Single-Source Shortest Paths with Applications to Vertex-Capacitated Flow and Cut Problems
Abstract
We study the vertex-decremental Single-Source Shortest Paths (SSSP) problem: given an undirected graph with lengths on its edges and a source vertex , we need to support (approximate) shortest-path queries in , as undergoes vertex deletions. In a shortest-path query, given a vertex , we need to return a path connecting to , whose length is at most times the length of the shortest such path, where 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 , that responds to each shortest-path query in time in expectation, returning a -approximate shortest path. The algorithm works against an adaptive adversary. The main technical ingredient of our algorithm is an -time algorithm to compute a \emph{core decomposition} of a given dense graph , which allows us to compute short paths between pairs of query vertices in efficiently. We believe that this core decomposition algorithm may be of independent interest. We use our result for vertex-decremental SSSP to obtain -approximation algorithms for maximum - flow and minimum - cut in vertex-capacitated graphs, in expected time , and an -approximation algorithm for the vertex version of the sparsest cut problem with expected running time . These results improve upon the previous best known results for these problems in the regime where .
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}
}