English

Approximating Min-Diameter: Standard and Bichromatic

Data Structures and Algorithms 2023-08-21 v1

Abstract

The min-diameter of a directed graph GG is a measure of the largest distance between nodes. It is equal to the maximum min-distance dmin(u,v)d_{min}(u,v) across all pairs u,vV(G)u,v \in V(G), where dmin(u,v)=min(d(u,v),d(v,u))d_{min}(u,v) = \min(d(u,v), d(v,u)). Our work provides a O(m1.426n0.288)O(m^{1.426}n^{0.288})-time 3/23/2-approximation algorithm for min-diameter in DAGs, and a faster O(m0.713n)O(m^{0.713}n)-time almost-3/23/2-approximation variant. (An almost-α\alpha-approximation algorithm determines the min-diameter to within a multiplicative factor of α\alpha plus constant additive error.) By a conditional lower bound result of [Abboud et al, SODA 2016], a better than 3/23/2-approximation can't be achieved in truly subquadratic time under the Strong Exponential Time Hypothesis (SETH), so our result is conditionally tight. We additionally obtain a new conditional lower bound for min-diameter approximation in general directed graphs, showing that under SETH, one cannot achieve an approximation factor below 2 in truly subquadratic time. We also present the first study of approximating bichromatic min-diameter, which is the maximum min-distance between oppositely colored vertices in a 2-colored graph.

Keywords

Cite

@article{arxiv.2308.08674,
  title  = {Approximating Min-Diameter: Standard and Bichromatic},
  author = {Aaron Berger and Jenny Kaufmann and Virginia Vassilevska Williams},
  journal= {arXiv preprint arXiv:2308.08674},
  year   = {2023}
}

Comments

ESA 2023

R2 v1 2026-06-28T11:57:30.530Z