Robust Algorithms for Finding Triangles and Computing the Girth in Unit Disk and Transmission Graphs
Katharina Klost, Wolfgang Mulzer
TL;DR
The paper develops robust algorithms for core graph problems in restricted geometric domains: triangle detection and girth in unit disk graphs, and directed triangle detection in transmission graphs. It leverages geometric-graph lemmas—such as a high-degree vertex implying a local triangle among seven neighbors in unit disk graphs and a similar bound on bidirected neighborhoods in transmission graphs—to design fast, domain-aware procedures. The main results include an $O(n)$-time robust algorithm for both triangle finding and girth in unit disk graphs, and an $O(n+m)$-time robust algorithm for directed triangles in transmission graphs. These findings show that, within restricted domains, substantial speedups are achievable and raise interesting questions about extending sublinear robust techniques to broader graph classes.
Abstract
We describe optimal robust algorithms for finding a triangle and the unweighted girth in a unit disk graph, as well as finding a triangle in a transmission graph.In the robust setting, the input is not given as a set of sites in the plane, but rather as an abstract graph. The input may or may not be realizable as a unit disk graph or a transmission graph. If the graph is realizable, the algorithm is guaranteed to give the correct answer. If not, the algorithm will either give a correct answer or correctly state that the input is not of the required type.
