Fast 2-Approximate All-Pairs Shortest Paths

07/18/2023
by   Michal Dory, et al.
0

In this paper, we revisit the classic approximate All-Pairs Shortest Paths (APSP) problem in undirected graphs. For unweighted graphs, we provide an algorithm for 2-approximate APSP in Õ(n^2.5-r+n^ω(r)) time, for any r∈[0,1]. This is O(n^2.032) time, using known bounds for rectangular matrix multiplication n^ω(r) [Le Gall, Urrutia, SODA 2018]. Our result improves on the Õ(n^2.25) bound of [Roddity, STOC 2023], and on the Õ(m√(n)+n^2) bound of [Baswana, Kavitha, SICOMP 2010] for graphs with m≥ n^1.532 edges. For weighted graphs, we obtain (2+ϵ)-approximate APSP in Õ(n^3-r+n^ω(r)) time, for any r∈ [0,1]. This is O(n^2.214) time using known bounds for ω(r). It improves on the state of the art bound of O(n^2.25) by [Kavitha, Algorithmica 2012]. Our techniques further lead to improved bounds in a wide range of density for weighted graphs. In particular, for the sparse regime we construct a distance oracle in Õ(mn^2/3) time that supports 2-approximate queries in constant time. For sparse graphs, the preprocessing time of the algorithm matches conditional lower bounds [Patrascu, Roditty, Thorup, FOCS 2012; Abboud, Bringmann, Fischer, STOC 2023]. To the best of our knowledge, this is the first 2-approximate distance oracle that has subquadratic preprocessing time in sparse graphs. We also obtain new bounds in the near additive regime for unweighted graphs. We give faster algorithms for (1+ϵ,k)-approximate APSP, for k=2,4,6,8. We obtain these results by incorporating fast rectangular matrix multiplications into various combinatorial algorithms that carefully balance out distance computation on layers of sparse graphs preserving certain distance information.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/14/2019

Fast Approximate Shortest Paths in the Congested Clique

We design fast deterministic algorithms for distance computation in the ...
research
11/02/2022

New Tradeoffs for Decremental Approximate All-Pairs Shortest Paths

We provide new tradeoffs between approximation and running time for the ...
research
04/24/2019

Faster Algorithms for All Pairs Non-decreasing Paths Problem

In this paper, we present an improved algorithm for the All Pairs Non-de...
research
07/24/2022

New Additive Spanner Lower Bounds by an Unlayered Obstacle Product

For an input graph G, an additive spanner is a sparse subgraph H whose s...
research
10/20/2020

New Techniques and Fine-Grained Hardness for Dynamic Near-Additive Spanners

Maintaining and updating shortest paths information in a graph is a fund...
research
05/14/2020

Shortest Distances as Enumeration Problem

We investigate the single source shortest distance (SSSD) and all pairs ...
research
07/21/2023

Improved Approximate Distance Oracles: Bypassing the Thorup-Zwick Bound in Dense Graphs

Despite extensive research on distance oracles, there are still large ga...

Please sign up or login with your details

Forgot password? Click here to reset