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

Abstract

We present the zipper tree, an O( n)-competitive online binary search tree that performs each access in O( 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.

0

Discussion (0)

Sign in to join the discussion.

Loading comments…