English

Minimizing the Aggregate Movements for Interval Coverage

Computational Geometry 2014-12-09 v1 Data Structures and Algorithms

Abstract

We consider an interval coverage problem. Given nn intervals of the same length on a line LL and a line segment BB on LL, we want to move the intervals along LL such that every point of BB is covered by at least one interval and the sum of the moving distances of all intervals is minimized. As a basic geometry problem, it has applications in mobile sensor barrier coverage in wireless sensor networks. The previous work solved the problem in O(n2)O(n^2) time. In this paper, by discovering many interesting observations and developing new algorithmic techniques, we present an O(nlogn)O(n\log n) time algorithm. We also show an Ω(nlogn)\Omega(n\log n) time lower bound for this problem, which implies the optimality of our algorithm.

Keywords

Cite

@article{arxiv.1412.2300,
  title  = {Minimizing the Aggregate Movements for Interval Coverage},
  author = {Aaron M. Andrews and Haitao Wang},
  journal= {arXiv preprint arXiv:1412.2300},
  year   = {2014}
}

Comments

33 pages

R2 v1 2026-06-22T07:22:38.206Z