Computing the diameter of a graph, i.e. the largest distance, is a fundamental problem that is central in fine-grained complexity. In undirected graphs, the Strong Exponential Time Hypothesis (SETH) yields a lower bound on the time vs. approximation trade-off that is quite close to the upper bounds. In directed graphs, however, where only some of the upper bounds apply, much larger gaps remain. Since d(u,v) may not be the same as d(v,u), there are multiple ways to define the problem, the two most natural being the (one-way) diameter (max_(u,v) d(u,v)) and the roundtrip diameter (max_{u,v} d(u,v)+d(v,u)). In this paper we make progress on the outstanding open question for each of them. - We design the first algorithm for diameter in sparse...
The diameter of a graph is among its most basic parameters. Since a few years, it moreover became a ...
International audienceIn this paper, we propose a new algorithm that computes the radius and the dia...
AbstractDetermining the diameter of a graph is a fundamental graph operation, yet no efficient (i.e....
Presented as part of the Workshop on Algorithms and Randomness on May 16, 2018 at 10:15 a.m. in the ...
The min-diameter of a directed graph G is a measure of the largest distance between nodes. It is equ...
We study fundamental graph parameters such as the Diameter and Radius in directed graphs, when dista...
We show that the eccentricity of every vertex in an undirected graph on n vertices can be computed i...
Graph parameters such as the diameter, radius, and vertex eccentricities are not defined in a useful...
A well-known problem for which it is difficult to improve the textbook algorithm is computing the gr...
The diameter, radius and eccentricities are natural graph parameters. While these problems have been...
On sparse graphs, Roditty and Williams [2013] proved that no O(n^{2-?})-time algorithm achieves an a...
We study the problem of approximating the diameter D of an unweighted and undirected n-node graph in...
In this paper, we propose a new algorithm that computes the radius and the diameter of a weakly conn...
Some of the most fundamental and well-studied graph parameters are the Diameter (the largest shortes...
The diameter is a fundamental graph parameter and its computation is necessary in many applications....
The diameter of a graph is among its most basic parameters. Since a few years, it moreover became a ...
International audienceIn this paper, we propose a new algorithm that computes the radius and the dia...
AbstractDetermining the diameter of a graph is a fundamental graph operation, yet no efficient (i.e....
Presented as part of the Workshop on Algorithms and Randomness on May 16, 2018 at 10:15 a.m. in the ...
The min-diameter of a directed graph G is a measure of the largest distance between nodes. It is equ...
We study fundamental graph parameters such as the Diameter and Radius in directed graphs, when dista...
We show that the eccentricity of every vertex in an undirected graph on n vertices can be computed i...
Graph parameters such as the diameter, radius, and vertex eccentricities are not defined in a useful...
A well-known problem for which it is difficult to improve the textbook algorithm is computing the gr...
The diameter, radius and eccentricities are natural graph parameters. While these problems have been...
On sparse graphs, Roditty and Williams [2013] proved that no O(n^{2-?})-time algorithm achieves an a...
We study the problem of approximating the diameter D of an unweighted and undirected n-node graph in...
In this paper, we propose a new algorithm that computes the radius and the diameter of a weakly conn...
Some of the most fundamental and well-studied graph parameters are the Diameter (the largest shortes...
The diameter is a fundamental graph parameter and its computation is necessary in many applications....
The diameter of a graph is among its most basic parameters. Since a few years, it moreover became a ...
International audienceIn this paper, we propose a new algorithm that computes the radius and the dia...
AbstractDetermining the diameter of a graph is a fundamental graph operation, yet no efficient (i.e....