AbstractWe give a new, simple proof for the sequential access theorem for splay trees. For an n-node splay tree, our bound on the number of rotations is 4.5n, with a smaller constant than the bound of 10.8n concluded by Tarjan. We extend our proof to prove the deque conjecture for output-restricted deques. Our proofs provide additional insights into the workings of splay trees
We present a partial blocking implementation of concurrent binary search tree data structure that is...
We propose a framework for studying bottom-up restructuring heuristics for binary search trees. We i...
In this paper we perform an amortized analysis of a functional program for splaying. We construct a ...
AbstractWe give a new, simple proof for the sequential access theorem for splay trees. For an n-node...
This note improves upon an earlier analysis of the author's [2]. Using methods from that paper,...
Splay trees (Sleator and Tarjan) satisfy the so-called access lemma. Many of the nice properties of ...
In this paper we extend the geometric binary search tree (BST) model of Demaine, Harmon, Iacono, Kan...
Splay trees, a form of self-adjusting binary tree, were introduced by Sleator and Tarjan in the earl...
AbstractSplay trees, a form of self-adjusting binary tree, were introduced by Sleator and Tarjan in ...
In this paper we prove that if the nodes of an arbitrary n-node binary search tree T are splayed in ...
Binary search trees (BSTs) with rotations can adapt to various kinds of structure in search sequence...
In 1985, Sleator and Tarjan introduced the splay tree, a self-adjusting binary search tree algorithm...
splay trees are competitive (within a constant competitive factor) among the class of all binary sea...
The dynamic optimality conjecture is perhaps the most fundamental open question about binary search ...
Access requests to keys stored into a data structure often exhibit locality of reference in practice...
We present a partial blocking implementation of concurrent binary search tree data structure that is...
We propose a framework for studying bottom-up restructuring heuristics for binary search trees. We i...
In this paper we perform an amortized analysis of a functional program for splaying. We construct a ...
AbstractWe give a new, simple proof for the sequential access theorem for splay trees. For an n-node...
This note improves upon an earlier analysis of the author's [2]. Using methods from that paper,...
Splay trees (Sleator and Tarjan) satisfy the so-called access lemma. Many of the nice properties of ...
In this paper we extend the geometric binary search tree (BST) model of Demaine, Harmon, Iacono, Kan...
Splay trees, a form of self-adjusting binary tree, were introduced by Sleator and Tarjan in the earl...
AbstractSplay trees, a form of self-adjusting binary tree, were introduced by Sleator and Tarjan in ...
In this paper we prove that if the nodes of an arbitrary n-node binary search tree T are splayed in ...
Binary search trees (BSTs) with rotations can adapt to various kinds of structure in search sequence...
In 1985, Sleator and Tarjan introduced the splay tree, a self-adjusting binary search tree algorithm...
splay trees are competitive (within a constant competitive factor) among the class of all binary sea...
The dynamic optimality conjecture is perhaps the most fundamental open question about binary search ...
Access requests to keys stored into a data structure often exhibit locality of reference in practice...
We present a partial blocking implementation of concurrent binary search tree data structure that is...
We propose a framework for studying bottom-up restructuring heuristics for binary search trees. We i...
In this paper we perform an amortized analysis of a functional program for splaying. We construct a ...