English

Efficient top-down updates in AVL trees

Data Structures and Algorithms 2024-11-15 v1

Abstract

Since AVL trees were invented in 1962, two major open questions about rebalancing operations, which found positive answers in other balanced binary search trees, were left open: can these operations be performed top-down (with a fixed look-ahead), and can they use an amortised constant number of write operations per update? We propose an algorithm that answers both questions positively.

Cite

@article{arxiv.2411.09531,
  title  = {Efficient top-down updates in AVL trees},
  author = {Vincent Jugé},
  journal= {arXiv preprint arXiv:2411.09531},
  year   = {2024}
}
R2 v1 2026-06-28T19:59:59.301Z