中文

Chasing Small Sets Optimally Against Adaptive Adversaries

数据结构与算法 2026-05-12 v1

摘要

We study deterministic online algorithms for the problem of chasing sets of cardinality at most kk in a metric space, also known as metrical service systems and equivalent to width-kk layered graph traversal. We resolve the 30-year-old gap of Ω(2k)O(k2k)\Omega(2^k)\cap O(k2^k) on the competitive ratio of this problem by giving an O(2k)O(2^k)-competitive deterministic algorithm. This bound is optimal even among randomized algorithms against adaptive adversaries. We also (slightly) improve the deterministic lower bound to DkD_k, defined recursively by D1=1D_1=1 and Dk+1=2Dk+8+8Dk+3D_{k+1}=2D_k+\sqrt{8+8D_k}+3, which we conjecture to be exactly tight. For k=3k=3, we provide a matching upper bound of D3D_3. Our results imply slightly improved upper and lower bounds for distributed asynchronous collective tree exploration and for the kk-taxi problem, respectively. Our algorithm generalizes the classical doubling strategy, previously known to be optimal for k=2k=2. The previous best bound for general kk was achieved by the generalized work function algorithm (WFA), and was known to be tight for WFA. Our improved bound therefore implies that WFA is sub-optimal for chasing small sets.

关键词

引用

@article{arxiv.2605.10927,
  title  = {Chasing Small Sets Optimally Against Adaptive Adversaries},
  author = {Christian Coester and Alexa Tudose},
  journal= {arXiv preprint arXiv:2605.10927},
  year   = {2026}
}

备注

32 pages