Incremental Shortest Paths in Almost Linear Time via a Modified Interior Point Method

Abstract

We give an algorithm that takes a directed graph G undergoing m edge insertions with lengths in [1, W], and maintains (1+ε)-approximate shortest path distances from a fixed source s to all other vertices. The algorithm is deterministic and runs in total time m1+o(1) W, for any ε > (-( m)0.99). This is achieved by designing a nonstandard interior point method to crudely detect when the distances from s other vertices v have decreased by a (1+ε) factor, and implementing it using the deterministic min-ratio cycle data structure of [Chen-Kyng-Liu-Meierhans-Probst, STOC 2024].

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…