English

The Two-Center Problem of Uncertain Points on Trees

Data Structures and Algorithms 2024-12-04 v1

Abstract

In this paper, we consider the (weighted) two-center problem of uncertain points on a tree. Given are a tree TT and a set \calP\calP of nn (weighted) uncertain points each of which has mm possible locations on TT associated with probabilities. The goal is to compute two points on TT, i.e., two centers with respect to \calP\calP, so that the maximum (weighted) expected distance of nn uncertain points to their own expected closest center is minimized. This problem can be solved in O(T+n2lognlogmn+mnlog2mnlogn)O(|T|+ n^{2}\log n\log mn + mn\log^2 mn \log n) time by the algorithm for the general kk-center problem. In this paper, we give a more efficient and simple algorithm that solves this problem in O(T+mnlogmn)O(|T| + mn\log mn) time.

Keywords

Cite

@article{arxiv.2412.02580,
  title  = {The Two-Center Problem of Uncertain Points on Trees},
  author = {Haitao Xu and Jingru Zhang},
  journal= {arXiv preprint arXiv:2412.02580},
  year   = {2024}
}

Comments

A preliminary version of this paper appeared in Proceedings of the 16th Annual International Conference on Combinatorial Optimization and Applications (COCOA 2023)

R2 v1 2026-06-28T20:21:36.325Z