V této práci jsme srovnali několik variant binárního vyhledávacího stromu, které se blíží dynamické optimalitě: tango stromy, multisplay stromy a splay stromy. Experimen- tálně jsme prozkoumali chování těchto tří typů stromů a červenočerných stromů. Měřili jsme počet navštívených vrcholů na operaci a také čas běhu na reálném hardwaru. Ukázali jsme, že tango strom a multisplay strom jsou ve většině případů méně efektivní než červe- nočerný a splay strom. V chování splay stromu a červenočerného stromu hrály nečekaně velkou roli efekty cache. 1In this thesis we compared some variants of binary search trees that approach dynamic optimality: Tango trees, Multisplay trees, and Splay trees. We empirically tested the behavior of these three types o...
Splay trees, a type of self-adjusting search tree, are introduced and analyzed. Since they have been...
AbstractHuang and Wong (Acta Inform 21(1):113–123, 1984) proposed a polynomial-time dynamic-programm...
In their seminal paper Sleator and Tarjan (1985) [15], the authors conjectured that the splay tree i...
In this thesis we compared some variants of binary search trees that approach dynamic optimality: Ta...
In 1985, Sleator and Tarjan introduced the splay tree, a self-adjusting binary search tree algorithm...
Binary search tree (BST) is a fundamental data structure widely used for accesses to ordered data. D...
splay trees are competitive (within a constant competitive factor) among the class of all binary sea...
Red-black trees are the binary search trees that guarantee logarithmic complexity also in the worst ...
The topic of this thesis is the classical problem of searching for a sequence of keys in a binary se...
We describe implementations of two closely related variants of dynamic rooted trees. These variants ...
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...
V magistrskem delu je predstavljena podatkovna struktura imenovana lomljeno drevo. Gre za dvojiško i...
A data structure A is said to be dynamically optimal over a class of data structures ? if A is const...
The dynamic optimality conjecture is perhaps the most fundamental open question about binary search ...
Splay trees, a type of self-adjusting search tree, are introduced and analyzed. Since they have been...
AbstractHuang and Wong (Acta Inform 21(1):113–123, 1984) proposed a polynomial-time dynamic-programm...
In their seminal paper Sleator and Tarjan (1985) [15], the authors conjectured that the splay tree i...
In this thesis we compared some variants of binary search trees that approach dynamic optimality: Ta...
In 1985, Sleator and Tarjan introduced the splay tree, a self-adjusting binary search tree algorithm...
Binary search tree (BST) is a fundamental data structure widely used for accesses to ordered data. D...
splay trees are competitive (within a constant competitive factor) among the class of all binary sea...
Red-black trees are the binary search trees that guarantee logarithmic complexity also in the worst ...
The topic of this thesis is the classical problem of searching for a sequence of keys in a binary se...
We describe implementations of two closely related variants of dynamic rooted trees. These variants ...
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...
V magistrskem delu je predstavljena podatkovna struktura imenovana lomljeno drevo. Gre za dvojiško i...
A data structure A is said to be dynamically optimal over a class of data structures ? if A is const...
The dynamic optimality conjecture is perhaps the most fundamental open question about binary search ...
Splay trees, a type of self-adjusting search tree, are introduced and analyzed. Since they have been...
AbstractHuang and Wong (Acta Inform 21(1):113–123, 1984) proposed a polynomial-time dynamic-programm...
In their seminal paper Sleator and Tarjan (1985) [15], the authors conjectured that the splay tree i...