Incremental Shortest Paths in Almost Linear Time via a Modified Interior Point Method
Data Structures and Algorithms
2025-06-25 v1
Abstract
We give an algorithm that takes a directed graph undergoing edge insertions with lengths in , and maintains -approximate shortest path distances from a fixed source to all other vertices. The algorithm is deterministic and runs in total time , for any . This is achieved by designing a nonstandard interior point method to crudely detect when the distances from other vertices have decreased by a factor, and implementing it using the deterministic min-ratio cycle data structure of [Chen-Kyng-Liu-Meierhans-Probst, STOC 2024].
Cite
@article{arxiv.2506.19207,
title = {Incremental Shortest Paths in Almost Linear Time via a Modified Interior Point Method},
author = {Yang P. Liu},
journal= {arXiv preprint arXiv:2506.19207},
year = {2025}
}
Comments
20 pages