Finding r-Dominating Sets and p-Centers of Trees in Parallel

  • Authors:
  • Biing-Feng Wang

  • Affiliations:
  • IEEE Computer Society

  • Venue:
  • IEEE Transactions on Parallel and Distributed Systems
  • Year:
  • 2004

Quantified Score

Hi-index 0.01

Visualization

Abstract

Let T=(V, E) be an edge-weighted tree with |V|=n vertices embedded in the Euclidean plane. Let {\hbox{\rlap{I}\kern 2.0pt{\hbox{E}}}} denote the set of all points on the edges of T. Let X and Y be two subsets of {\hbox{\rlap{I}\kern 2.0pt{\hbox{E}}}} and let r be a positive real number. A subset D\subseteq X is an X/Y/r{\hbox{-}}dominating setif every point in Y is within distance r of a point in D. The X/Y/r{\hbox{-}}dominating setproblem is to find an X/Y/r{\hbox{-}}{\rm{dominating}} set D^* with minimum cardinality. Let p\ge 1 be an integer. The X/Y/p{\hbox{-}}centerproblem is to find a subset C^*\subseteq X of p points such that the maximum distance of any point in Y from C^* is minimized. Let X and Y be either V or {\hbox{\rlap{I}\kern 2.0pt{\hbox{E}}}}. In this paper, efficient parallel algorithms on the EREW PRAM are first presented for the X/Y/r{\hbox{-}}{\rm{dominating}} set problem. The presented algorithms require O(\log^2n) time for all cases of X and Y. Parallel algorithms on the EREW PRAM are then developed for the X/Y/p{\hbox{-}}{\rm{center}} problem. The presented algorithms require O(\log^3n) time for all cases of X and Y. Previously, sequential algorithms for these two problems had been extensively studied in the literature. However, parallel solutions with polylogarithmic time existed only for their special cases. The algorithms presented in this paper are obtained by using an interesting approach which we call the dependency-tree approach. Our results are examples of parallelizing sequential dynamic-programming algorithms by using the approach.