English

Triangles and Girth in Disk Graphs and Transmission Graphs

Computational Geometry 2019-07-04 v1

Abstract

Let SR2S \subset \mathbb{R}^2 be a set of nn sites, where each sSs \in S has an associated radius rs>0r_s > 0. The disk graph D(S)D(S) is the undirected graph with vertex set SS and an undirected edge between two sites s,tSs, t \in S if and only if strs+rt|st| \leq r_s + r_t, i.e., if the disks with centers ss and tt and respective radii rsr_s and rtr_t intersect. Disk graphs are used to model sensor networks. Similarly, the transmission graph T(S)T(S) is the directed graph with vertex set SS and a directed edge from a site ss to a site tt if and only if strs|st| \leq r_s, i.e., if tt lies in the disk with center ss and radius rsr_s. We provide algorithms for detecting (directed) triangles and, more generally, computing the length of a shortest cycle (the girth) in D(S)D(S) and in T(S)T(S). These problems are notoriously hard in general, but better solutions exist for special graph classes such as planar graphs. We obtain similarly efficient results for disk graphs and for transmission graphs. More precisely, we show that a shortest (Euclidean) triangle in D(S)D(S) and in T(S)T(S) can be found in O(nlogn)O(n \log n) expected time, and that the (weighted) girth of D(S)D(S) can be found in O(nlogn)O(n \log n) expected time. For this, we develop new tools for batched range searching that may be of independent interest.

Keywords

Cite

@article{arxiv.1907.01980,
  title  = {Triangles and Girth in Disk Graphs and Transmission Graphs},
  author = {Haim Kaplan and Katharina Klost and Wolfgang Mulzer and Liam Roditty and Paul Seiferth and Micha Sharir},
  journal= {arXiv preprint arXiv:1907.01980},
  year   = {2019}
}

Comments

19 pages, 9 figures

R2 v1 2026-06-23T10:11:18.817Z