splay trees are competitive (within a constant competitive factor) among the class of all binary search tree (BST) algorithms. Despite 20 years of research this conjecture is still unresolved. Recently, Demaine et al. [DHIP04] suggested searching for alternative algorithms which have small but non-constant competitive factors. They proposed Tango, a BST algorithm which is nearly dynamically optimal – its competitive ratio is O(log log n) instead of a constant. Unfortunately, for many access patterns, such as random and sequential, Tango is worse than other BST algorithms by a factor of log log n. In this paper, we introduce the multi-splay tree (MST) data structure, which is the first O(log log n)competitive BST to simultaneously achieve O(...
Abstract. We present a general transformation for combining a con-stant number of binary search tree...
In this thesis we compared some variants of binary search trees that approach dynamic optimality: Ta...
| openaire: EC/H2020/759557/EU//ALGOComThe dynamic optimality conjecture, postulating the existence ...
Abstract. We present an O(lg lg n)-competitive online binary search tree, improving upon the best pr...
We present a general method for de-amortizing essentially any Binary Search Tree (BST) algorithm. In...
We present a general method for de-amortizing essentially any Binary Search Tree (BST) algorithm. In...
The dynamic optimality conjecture is perhaps the most fundamental open question about binary search ...
In 1985, Sleator and Tarjan introduced the splay tree, a self-adjusting binary search tree algorithm...
We present a general method for de-amortizing essentially any Binary Search Tree (BST) algorithm. In...
Binary search trees (BSTs) with rotations can adapt to various kinds of structure in search sequence...
Thesis (Ph. D.)--Massachusetts Institute of Technology, Dept. of Mathematics, 2006.This electronic v...
Binary search tree (BST) is a fundamental data structure widely used for accesses to ordered data. D...
We present a general transformation for combining a constant number of binary search tree data struc...
In their seminal paper Sleator and Tarjan (1985) [15], the authors conjectured that the splay tree i...
The dynamic optimality conjecture is perhaps the most fundamental open question about binary search ...
Abstract. We present a general transformation for combining a con-stant number of binary search tree...
In this thesis we compared some variants of binary search trees that approach dynamic optimality: Ta...
| openaire: EC/H2020/759557/EU//ALGOComThe dynamic optimality conjecture, postulating the existence ...
Abstract. We present an O(lg lg n)-competitive online binary search tree, improving upon the best pr...
We present a general method for de-amortizing essentially any Binary Search Tree (BST) algorithm. In...
We present a general method for de-amortizing essentially any Binary Search Tree (BST) algorithm. In...
The dynamic optimality conjecture is perhaps the most fundamental open question about binary search ...
In 1985, Sleator and Tarjan introduced the splay tree, a self-adjusting binary search tree algorithm...
We present a general method for de-amortizing essentially any Binary Search Tree (BST) algorithm. In...
Binary search trees (BSTs) with rotations can adapt to various kinds of structure in search sequence...
Thesis (Ph. D.)--Massachusetts Institute of Technology, Dept. of Mathematics, 2006.This electronic v...
Binary search tree (BST) is a fundamental data structure widely used for accesses to ordered data. D...
We present a general transformation for combining a constant number of binary search tree data struc...
In their seminal paper Sleator and Tarjan (1985) [15], the authors conjectured that the splay tree i...
The dynamic optimality conjecture is perhaps the most fundamental open question about binary search ...
Abstract. We present a general transformation for combining a con-stant number of binary search tree...
In this thesis we compared some variants of binary search trees that approach dynamic optimality: Ta...
| openaire: EC/H2020/759557/EU//ALGOComThe dynamic optimality conjecture, postulating the existence ...