$\tilde{O}$ptimal Algorithm for 2-Approximate All Pair Shortest Paths -- almost
Abstract
Given an undirected, unweighted graph , we aim to compute a 2-approximation of all-pairs shortest paths (APSP). This problem admits a natural lower bound of since the output size is . A central goal in this area is to achieve a running time of . Dor, Halperin, and Zwick (FOCS 1996, SICOMP 2001) designed an algorithm with a running time of that guarantees a 2-approximation only for pairs at a distance of at least . Recently, Gupta (FOCS 2025) improved this bound, handling all pairs at a distance of at least . We nearly resolve this problem. We design a randomized algorithm that runs in time and, with high probability, guarantees a 2-approximation for all pairs at distance at least , where is a constant. Unlike the above two results, which were purely combinatorial, our algorithm combines combinatorial techniques with fast matrix multiplication (FMM).
Cite
@article{arxiv.2607.18714,
title = {$\tilde{O}$ptimal Algorithm for 2-Approximate All Pair Shortest Paths -- almost},
author = {Manoj Gupta and Mrigankashekhar Shandilya},
journal= {arXiv preprint arXiv:2607.18714},
year = {2026}
}