English

Fast Dynamic Pointer Following via Link-Cut Trees

Data Structures and Algorithms 2014-05-16 v1

Abstract

In this paper, we study the problem of fast dynamic pointer following: given a directed graph GG where each vertex has outdegree 11, efficiently support the operations of i) changing the outgoing edge of any vertex, and ii) find the vertex kk vertices `after' a given vertex. We exhibit a solution to this problem based on link-cut trees that requires O(lgn)O(\lg n) time per operation, and prove that this is optimal in the cell-probe complexity model.

Keywords

Cite

@article{arxiv.1405.3739,
  title  = {Fast Dynamic Pointer Following via Link-Cut Trees},
  author = {Erik Demaine and Nathan Pinsker and Jon Schneider},
  journal= {arXiv preprint arXiv:1405.3739},
  year   = {2014}
}

Comments

7 pages

R2 v1 2026-06-22T04:14:40.894Z