English

Dispersion on Trees

Data Structures and Algorithms 2017-06-29 v1

Abstract

In the kk-dispersion problem, we need to select kk nodes of a given graph so as to maximize the minimum distance between any two chosen nodes. This can be seen as a generalization of the independent set problem, where the goal is to select nodes so that the minimum distance is larger than 1. We design an optimal O(n)O(n) time algorithm for the dispersion problem on trees consisting of nn nodes, thus improving the previous O(nlogn)O(n\log n) time solution from 1997. We also consider the weighted case, where the goal is to choose a set of nodes of total weight at least WW. We present an O(nlog2n)O(n\log^2n) algorithm improving the previous O(nlog4n)O(n\log^4 n) solution. Our solution builds on the search version (where we know the minimum distance λ\lambda between the chosen nodes) for which we present tight Θ(nlogn)\Theta(n\log n) upper and lower bounds.

Keywords

Cite

@article{arxiv.1706.09185,
  title  = {Dispersion on Trees},
  author = {Paweł Gawrychowski and Nadav Krasnopolsky and Shay Mozes and Oren Weimann},
  journal= {arXiv preprint arXiv:1706.09185},
  year   = {2017}
}
R2 v1 2026-06-22T20:31:58.096Z