This paper is about the problem of finding a shortest s-t path using at most h edges in edge-weighted graphs. The Bellman-Ford algorithm solves this problem in O(hm) time, where m is the number of edges. We show that this running time is optimal, up to subpolynomial factors, under popular fine-grained complexity assumptions. More specifically, we show that under the APSP Hypothesis the problem cannot be solved faster already in undirected graphs with nonnegative edge weights. This lower bound holds even restricted to graphs of arbitrary density and for arbitrary h ? O(?m). Moreover, under a stronger assumption, namely the Min-Plus Convolution Hypothesis, we can eliminate the restriction h ? O(?m). In other words, the O(hm) bound is tight fo...
AbstractIn this paper, we propose an efficient method for implementing Dijkstra's algorithm for the ...
The shortest path problem in graphs is a cornerstone for AI theory and applications. Existing algori...
The shortest path problem is a problem related to the sum of edges weights in a graph. In this fina...
AbstractWe describe a new shortest paths algorithm. Our algorithm achieves the same O(nm) worst-case...
We present a randomized algorithm that computes single-source shortest paths (SSSP) in $O(m\log^8(n)...
This paper presents a randomized algorithm for the problem of single-source shortest paths on direct...
In this paper, we introduce and investigate a “new” path optimization problem that we denote the all...
Single source shortest path algorithms are concerned with finding the shortest distances to all ver...
We present a method for solving the shortest transshipment problem - also known as uncapacitated min...
In the bounded-leg shortest path (BLSP) problem, we are given a weighted graph G with nonnegative ed...
Given an input directed graph G = (V, E), the all pairs shortest path problem (APSP) is to compute ...
The shortest path problem on weighted directed graphs is one of the basic network optimization probl...
In a directed graph G=(V,E) with a capacity on every edge, a bottleneck path (or widest path) betwee...
We study the approximability of two related problems on graphs with $n$ nodes and $m$ edges: $n$-Pai...
Fine-grained reductions have established equivalences between many core problems with Õ(n3)-time alg...
AbstractIn this paper, we propose an efficient method for implementing Dijkstra's algorithm for the ...
The shortest path problem in graphs is a cornerstone for AI theory and applications. Existing algori...
The shortest path problem is a problem related to the sum of edges weights in a graph. In this fina...
AbstractWe describe a new shortest paths algorithm. Our algorithm achieves the same O(nm) worst-case...
We present a randomized algorithm that computes single-source shortest paths (SSSP) in $O(m\log^8(n)...
This paper presents a randomized algorithm for the problem of single-source shortest paths on direct...
In this paper, we introduce and investigate a “new” path optimization problem that we denote the all...
Single source shortest path algorithms are concerned with finding the shortest distances to all ver...
We present a method for solving the shortest transshipment problem - also known as uncapacitated min...
In the bounded-leg shortest path (BLSP) problem, we are given a weighted graph G with nonnegative ed...
Given an input directed graph G = (V, E), the all pairs shortest path problem (APSP) is to compute ...
The shortest path problem on weighted directed graphs is one of the basic network optimization probl...
In a directed graph G=(V,E) with a capacity on every edge, a bottleneck path (or widest path) betwee...
We study the approximability of two related problems on graphs with $n$ nodes and $m$ edges: $n$-Pai...
Fine-grained reductions have established equivalences between many core problems with Õ(n3)-time alg...
AbstractIn this paper, we propose an efficient method for implementing Dijkstra's algorithm for the ...
The shortest path problem in graphs is a cornerstone for AI theory and applications. Existing algori...
The shortest path problem is a problem related to the sum of edges weights in a graph. In this fina...