Proceedings of the Twenty-Fifth Annual ACM-SIAM Symposium on Discrete Algorithms 2013
DOI: 10.1137/1.9781611973402.78
|View full text |Cite
|
Sign up to set email alerts
|

Better Approximation Algorithms for the Graph Diameter

Abstract: Vassilevska W. [STOC 13] show that inÕ (m √ n) time, one can compute for each v ∈ V in an undirected graph, an estimate e (v) for the eccentricity (v) such that max {R, 2 /3 • (v)} ≤ e (v) ≤ min {D, 3 /2 • (v)} where R = minv (v) is the radius of the graph. Here we improve the approximation guarantee by showing that a variant of the same algorithm can achieve estimates (v) with 3 /5 • (v) ≤ (v) ≤ (v).

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

3
103
0

Year Published

2014
2014
2023
2023

Publication Types

Select...
5
2

Relationship

1
6

Authors

Journals

citations
Cited by 84 publications
(107 citation statements)
references
References 33 publications
(50 reference statements)
3
103
0
Order By: Relevance
“…All the remaining reductions are given in this paper, excluding the one from APSP to Negative Triangle which is taken from [53]. [45] (see also [10] for a refinement of the approximation factor). The authors also show that a 3/2 − ε approximation for Diameter running in time O(m 2−ε ) (for any constant ε > 0) would imply that the Strong Exponential Time Hypothesis (SETH) of [33] fails, thus showing that improving on the 3/2-approximation factor while still using a fast algorithm would be difficult.…”
Section: Approximation Algorithmsmentioning
confidence: 99%
See 2 more Smart Citations
“…All the remaining reductions are given in this paper, excluding the one from APSP to Negative Triangle which is taken from [53]. [45] (see also [10] for a refinement of the approximation factor). The authors also show that a 3/2 − ε approximation for Diameter running in time O(m 2−ε ) (for any constant ε > 0) would imply that the Strong Exponential Time Hypothesis (SETH) of [33] fails, thus showing that improving on the 3/2-approximation factor while still using a fast algorithm would be difficult.…”
Section: Approximation Algorithmsmentioning
confidence: 99%
“…Our goal is to show that we can determine whether F is satisfiable in O * (2 (1−δ)n ) time for some constant δ > 0 8 . Using the sparsification lemma of [33] (as, e.g., in [10]), we can assume w.l.o.g. that F contains O(n) clauses.…”
Section: A Monte-carlo Ptas For Large Bmentioning
confidence: 99%
See 1 more Smart Citation
“…It may also be viewed as the depth of a breadth first search, rooted at v. The graph diameter d is defined as the largest graph eccentricity for all nodes in a graph (i.e., the largest shortest path within a graph) and may be expressed as d = minv∈V (v). All exact algorithms solve the all pairs shortest paths (All-Pairs Shortest Path (APSP)) problem, and it is still an open problem as to whether or not a diameter may be exactly measured without calculating APSP [4]. As a graph metric, the diameter may be combined with other metrics to indicate the overall structure of the graph.…”
Section: Introductionmentioning
confidence: 99%
“…An even simpler estimation is to iteratively find path-lengths between random pairs of vertices and record the longest such path as the approximate diameter. The recent popularity of network science and graph theory as resulted in a slew of new approximation schemes, including an algorithm with time complexity ofÕ(EV 2/3 ) (where V and E are the number of vertices and edges) [4]. Despite the improved performance, the resulting approximations can be wildly inaccurate, although each pseudo-diameter algorithm typically defines a bounded error rate.…”
Section: Introductionmentioning
confidence: 99%