English

Pointer Chasing with Unlimited Interaction

Computational Complexity 2025-08-27 v1

Abstract

Pointer-chasing is a central problem in two-party communication complexity: given input size nn and a parameter kk, the two players Alice and Bob are given functions NA,NB:[n][n]N_A, N_B: [n] \rightarrow [n], respectively, and their goal is to compute the value of pkp_k, where p0=1p_0 = 1, p1=NA(p0)p_1 = N_A(p_0), p2=NB(p1)=NB(NA(p0))p_2 = N_B(p_1) = N_B(N_A(p_0)), p3=NA(p2)=NA(NB(NA(p0)))p_3 = N_A(p_2) = N_A(N_B(N_A(p_0))) and so on, applying NAN_A in even steps and NBN_B in odd steps, for a total of kk steps. It is trivial to solve the problem using kk communication rounds, with Alice speaking first, by simply ``chasing the function'' for kk steps. Many works have studied the communication complexity of pointer chasing, although the focus has always been on protocols with k1k-1 communication rounds, or with kk rounds where Bob (the ``wrong player'') speaks first. Many works have studied this setting giving sometimes tight or near-tight results. In this paper we study the communication complexity of the pointer chasing problem when the interaction between the two players is unlimited, i.e., without any restriction on the number of rounds. Perhaps surprisingly, this question was not studied before, to the best of our knowledge. Our main result is that the trivial kk-round protocol is nearly tight (even) when the number of rounds is not restricted: we give a lower bound of Ω(klog(n/k))\Omega(k \log (n/k)) on the randomized communication complexity of the pointer chasing problem with unlimited interaction, and a somewhat stronger lower bound of Ω(kloglogk)\Omega(k \log \log{k}) for protocols with zero error. When combined with prior work, our results also give a nearly-tight bound on the communication complexity of protocols using at most k1k-1 rounds, across all regimes of kk; for k>nk > \sqrt{n} there was previously a significant gap between the upper and lower bound.

Keywords

Cite

@article{arxiv.2508.19158,
  title  = {Pointer Chasing with Unlimited Interaction},
  author = {Orr Fischer and Rotem Oshman and Adi Rosen and Tal Roth},
  journal= {arXiv preprint arXiv:2508.19158},
  year   = {2025}
}

Comments

SIROCCO 2025