Kinetic maintenance of mobile k-centres on trees

  • Authors:
  • Stephane Durocher;Christophe Paul

  • Affiliations:
  • School of Computer Science, McGill University, Montréal, Canada;CNRS & LIRMM, Montpellier, France

  • Venue:
  • ISAAC'07 Proceedings of the 18th international conference on Algorithms and computation
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Let C denote a set of n mobile clients, each of which follows a continuous trajectory on a weighted tree T. We establish tight bounds on the maximum relative velocity of the 1-centre and 2-centre of C. When each client in C moves with linear motion along a path on T we derive a tight bound of Θ(n) on the complexity of the motion of the 1-centre and corresponding bounds of O(n2 α(n)) and Ω(n2) for a 2- centre, where α(n) denotes the inverse Ackermann function. We describe efficient algorithms for calculating the trajectories of the 1-centre and 2- centre of C: the 1-centre can be found in optimal time O(n log n) when the distance function between mobile clients is known or O(n2) when the function must be calculated, and a 2-centre can be found in time O(n2 log n). These algorithms lend themselves to implementation within the framework of kinetic data structures, resulting in structures that are compact, efficient, responsive, and local.