English

Computing the Center of Uncertain Points on Cactus Graphs

Data Structures and Algorithms 2024-12-05 v1

Abstract

In this paper, we consider the (weighted) one-center problem of uncertain points on a cactus graph. Given are a cactus graph GG and a set of nn uncertain points. Each uncertain point has mm possible locations on GG with probabilities and a non-negative weight. The (weighted) one-center problem aims to compute a point (the center) xx^* on GG to minimize the maximum (weighted) expected distance from xx^* to all uncertain points. No previous algorithm is known for this problem. In this paper, we propose an O(G+mnlogmn)O(|G| + mn\log mn)-time algorithm for solving it. Since the input is O(G+mn)O(|G|+mn), our algorithm is almost optimal.

Keywords

Cite

@article{arxiv.2412.02828,
  title  = {Computing the Center of Uncertain Points on Cactus Graphs},
  author = {Ran Hu and Divy H. Kanani and Jingru Zhang},
  journal= {arXiv preprint arXiv:2412.02828},
  year   = {2024}
}

Comments

A preliminary version of this paper appeared in Proceeding of the 34th International Workshop on Combinatorial Algorithms (IWOCA 2023)

R2 v1 2026-06-28T20:22:07.187Z