English

An O(loglog n)-Competitive Binary Search Tree with Optimal Worst-Case Access Times

Data Structures and Algorithms 2015-05-18 v1

Abstract

We present the zipper tree, an O(loglogn)O(\log \log n)-competitive online binary search tree that performs each access in O(logn)O(\log n) worst-case time. This shows that for binary search trees, optimal worst-case access time and near-optimal amortized access time can be guaranteed simultaneously.

Keywords

Cite

@article{arxiv.1003.0139,
  title  = {An O(loglog n)-Competitive Binary Search Tree with Optimal Worst-Case Access Times},
  author = {Prosenjit Bose and Karim Douïeb and Vida Dujmovic and Rolf Fagerberg},
  journal= {arXiv preprint arXiv:1003.0139},
  year   = {2015}
}

Comments

IMADA-preprint-cs

R2 v1 2026-06-21T14:52:01.404Z