English

Deterministic Decremental SSSP and Approximate Min-Cost Flow in Almost-Linear Time

Data Structures and Algorithms 2021-01-20 v2

Abstract

In the decremental single-source shortest paths problem, the goal is to maintain distances from a fixed source ss to every vertex vv in an mm-edge graph undergoing edge deletions. In this paper, we conclude a long line of research on this problem by showing a near-optimal deterministic data structure that maintains (1+ϵ)(1+\epsilon)-approximate distance estimates and runs in m1+o(1)m^{1+o(1)} total update time. Our result, in particular, removes the oblivious adversary assumption required by the previous breakthrough result by Henzinger et al. [FOCS'14], which leads to our second result: the first almost-linear time algorithm for (1ϵ)(1-\epsilon)-approximate min-cost flow in undirected graphs where capacities and costs can be taken over edges and vertices. Previously, algorithms for max flow with vertex capacities, or min-cost flow with any capacities required super-linear time. Our result essentially completes the picture for approximate flow in undirected graphs. The key technique of the first result is a novel framework that allows us to treat low-diameter graphs like expanders. This allows us to harness expander properties while bypassing shortcomings of expander decomposition, which almost all previous expander-based algorithms needed to deal with. For the second result, we break the notorious flow-decomposition barrier from the multiplicative-weight-update framework using randomization.

Keywords

Cite

@article{arxiv.2101.07149,
  title  = {Deterministic Decremental SSSP and Approximate Min-Cost Flow in Almost-Linear Time},
  author = {Aaron Bernstein and Maximilian Probst Gutenberg and Thatchaphol Saranurak},
  journal= {arXiv preprint arXiv:2101.07149},
  year   = {2021}
}
R2 v1 2026-06-23T22:16:50.737Z