Deterministic Decremental SSSP and Approximate Min-Cost Flow in Almost-Linear Time
Aaron Bernstein, Maximilian Probst Gutenberg, Thatchaphol Saranurak

TL;DR
This paper presents near-linear time deterministic algorithms for decremental approximate shortest paths and min-cost flow in undirected graphs, advancing the efficiency and removing previous assumptions in these fundamental problems.
Contribution
It introduces a deterministic data structure for approximate decremental SSSP with near-linear total update time, and an almost-linear time algorithm for approximate min-cost flow, removing prior limitations.
Findings
Deterministic data structure for (1+ε)-approximate decremental SSSP in m^{1+o(1)} time.
First almost-linear time algorithm for (1-ε)-approximate min-cost flow in undirected graphs.
Breakthrough in flow-decomposition barrier using randomization.
Abstract
In the decremental single-source shortest paths problem, the goal is to maintain distances from a fixed source to every vertex in an -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 -approximate distance estimates and runs in 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 -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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
