English

Online Euclidean Spanners

Computational Geometry 2021-07-05 v1 Data Structures and Algorithms

Abstract

In this paper, we study the online Euclidean spanners problem for points in Rd\mathbb{R}^d. Suppose we are given a sequence of nn points (s1,s2,,sn)(s_1,s_2,\ldots, s_n) in Rd\mathbb{R}^d, where point sis_i is presented in step~ii for i=1,,ni=1,\ldots, n. The objective of an online algorithm is to maintain a geometric tt-spanner on Si={s1,,si}S_i=\{s_1,\ldots, s_i\} for each step~ii. First, we establish a lower bound of Ω(ε1logn/logε1)\Omega(\varepsilon^{-1}\log n / \log \varepsilon^{-1}) for the competitive ratio of any online (1+ε)(1+\varepsilon)-spanner algorithm, for a sequence of nn points in 1-dimension. We show that this bound is tight, and there is an online algorithm that can maintain a (1+ε)(1+\varepsilon)-spanner with competitive ratio O(ε1logn/logε1)O(\varepsilon^{-1}\log n / \log \varepsilon^{-1}). Next, we design online algorithms for sequences of points in Rd\mathbb{R}^d, for any constant d2d\ge 2, under the L2L_2 norm. We show that previously known incremental algorithms achieve a competitive ratio O(ε(d+1)logn)O(\varepsilon^{-(d+1)}\log n). However, if the algorithm is allowed to use additional points (Steiner points), then it is possible to substantially improve the competitive ratio in terms of ε\varepsilon. We describe an online Steiner (1+ε)(1+\varepsilon)-spanner algorithm with competitive ratio O(ε(1d)/2logn)O(\varepsilon^{(1-d)/2} \log n). As a counterpart, we show that the dependence on nn cannot be eliminated in dimensions d2d \ge 2. In particular, we prove that any online spanner algorithm for a sequence of nn points in Rd\mathbb{R}^d under the L2L_2 norm has competitive ratio Ω(f(n))\Omega(f(n)), where limnf(n)=\lim_{n\rightarrow \infty}f(n)=\infty. Finally, we provide improved lower bounds under the L1L_1 norm: Ω(ε2/logε1)\Omega(\varepsilon^{-2}/\log \varepsilon^{-1}) in the plane and Ω(εd)\Omega(\varepsilon^{-d}) in Rd\mathbb{R}^d for d3d\geq 3.

Keywords

Cite

@article{arxiv.2107.00684,
  title  = {Online Euclidean Spanners},
  author = {Sujoy Bhore and Csaba D. Tóth},
  journal= {arXiv preprint arXiv:2107.00684},
  year   = {2021}
}

Comments

22 pages, 8 figures. An extended abstract of this paper will appear in the Proceedings of ESA 2021

R2 v1 2026-06-24T03:49:14.773Z