Lower Bounds for Non-Adaptive Shortest Path Relaxation

05/16/2023
by   David Eppstein, et al.
0

We consider single-source shortest path algorithms that perform a sequence of relaxation steps whose ordering depends only on the input graph structure and not on its weights or the results of prior steps. Each step examines one edge of the graph, and replaces the tentative distance to the endpoint of the edge by its minimum with the tentative distance to the start of the edge, plus the edge length. As we prove, among such algorithms, the Bellman-Ford algorithm has optimal complexity for dense graphs and near-optimal complexity for sparse graphs, as a function of the number of edges and vertices in the given graph. Our analysis holds both for deterministic algorithms and for randomized algorithms that find shortest path distances with high probability.

READ FULL TEXT
research
08/06/2023

A fast algorithm for All-Pairs-Shortest-Paths suitable for neural networks

Given a directed graph of nodes and edges connecting them, a common prob...
research
04/19/2022

Representation of short distances in structurally sparse graphs

A partial orientation H⃗ of a graph G is a weak r-guidance system if for...
research
12/11/2017

The Minimum Edge Compact Spanner Network Design Problem

In this paper we introduce and study the Minimum Edge Compact Spanner (M...
research
08/11/2021

Edge-Path Bundling: A Less Ambiguous Edge Bundling Approach

Edge bundling techniques cluster edges with similar attributes (i.e. sim...
research
05/24/2013

Flooding edge or node weighted graphs

Reconstruction closings have all properties of a physical flooding of a ...
research
10/28/2021

RGP: Neural Network Pruning through Its Regular Graph Structure

Lightweight model design has become an important direction in the applic...
research
11/09/2022

Lipschitz Continuous Algorithms for Graph Problems

It has been widely observed in the machine learning community that a sma...

Please sign up or login with your details

Forgot password? Click here to reset