English

Optimal Deterministic Rendezvous in Labeled Lines

Distributed, Parallel, and Cluster Computing 2026-02-26 v2 Data Structures and Algorithms

Abstract

In a rendezvous task, some mobile agents dispersed in a network have to gather at an arbitrary common site. We consider the rendezvous problem on the infinite labeled line, with 22 agents, without communication, and a synchronous notion of time. Each node on the line is labeled with a unique positive integer. The initial distance between the agents is denoted by DD. Time is divided into rounds and measured from the moment an agent first wakes up. We denote by τ\tau the delay between the two agents' wake up times. If awake in a given round TT, an agent at a node vv has three options: stay at the node vv, take port 00, or take port 11. If it decides to stay, the agent will still be at node vv in round T+1T+1. Otherwise, it will be at one of the two neighbors of vv on the infinite line, depending on the port it chose. The agents achieve rendezvous in TT rounds if they are at the same node in round TT. We aim for a deterministic algorithm for this problem. The problem was recently considered by Miller and Pelc [Distributed Computing 2025]. With max\ell_{\max} the largest label of the two starting nodes, they showed that no algorithm can guarantee rendezvous in o(Dlogmax)o(D \log^* \ell_{\max}) rounds. The lower bound follows from a connection with the LOCAL model of distributed computing, and holds even if the agents are guaranteed simultaneous wake-up (τ=0\tau = 0) and are told their initial distance DD. Miller and Pelc also gave an algorithm of optimal matching complexity O(Dlogmax)O(D \log^* \ell_{\max}) when the agents know DD, but only obtained the higher bound of O(D2(logmax)3)O(D^2 (\log^* \ell_{\max})^3) when DD is unknown to the agents. We improve this complexity to a tight O(Dlogmax)O(D \log^* \ell_{\max}). In fact, our algorithm achieves rendezvous in O(Dlogmin)O(D \log^* \ell_{\min}) rounds, where min\ell_{\min} is the smallest label within distance O(D)O(D) of the two starting positions.

Keywords

Cite

@article{arxiv.2505.04564,
  title  = {Optimal Deterministic Rendezvous in Labeled Lines},
  author = {Yann Bourreau and Ananth Narayanan and Alexandre Nolin},
  journal= {arXiv preprint arXiv:2505.04564},
  year   = {2026}
}

Comments

24 pages, 3 figures. To appear in the proceedings of STACS 2026

R2 v1 2026-06-28T23:24:42.718Z