Search tree data structures like van Emde Boas trees are a theoretically attractive alternative to comparison based search trees because they have better asymptotic performance for small integer keys and large inputs. This paper studies their practicability using 32 bit keys as an example. While direct implementations of van Emde Boas trees cannot compete with good implementations of comparison based data structures, our tuned data structure significantly outperforms comparison based implementations for searching and shows at least comparable performance for insertion and deletion
Balanced binary search trees are widely used main memory index structures. They provide for logarith...
Abstract. In this paper, we present randomized algorithms over binary search trees such that: (a) th...
A commonly used type of search tree is the alphabetic binary tree, which uses (without loss of gener...
Search tree data structures like van Emde Boas trees are a theoretically attractive alternative to c...
This paper presents a simple method to build tree data structures which achieve just O(log N) visite...
Binary search trees used as a data structure for rapid access to stored data. Arrays, vectors and li...
Abstract: Trees are frequently used data structures for fast access to the stored data. Data structu...
The Skip-list data-structure was proposed by Pugh as an alternate to balanced binary search trees. T...
This paper introduces a general technique for speeding up unsuccessful search using very little extr...
The aim of this work is to show the novel index structure based suffix array and ternary search tree...
Almost all computers regularly sort data. Many different sorting algorithms have been proposed. It i...
Abstract. We introduce a new O(lg lg n)-competitive binary search tree data structure called poketre...
We introduce a new text-indexing data structure, the String B-Tree, that can be seen as a link betwe...
Database systems research is an old and well-established field in computer science. Many of the key ...
B-tree with fixed node size and no minimum degree In anti-virus and anti-spyware applications, due t...
Balanced binary search trees are widely used main memory index structures. They provide for logarith...
Abstract. In this paper, we present randomized algorithms over binary search trees such that: (a) th...
A commonly used type of search tree is the alphabetic binary tree, which uses (without loss of gener...
Search tree data structures like van Emde Boas trees are a theoretically attractive alternative to c...
This paper presents a simple method to build tree data structures which achieve just O(log N) visite...
Binary search trees used as a data structure for rapid access to stored data. Arrays, vectors and li...
Abstract: Trees are frequently used data structures for fast access to the stored data. Data structu...
The Skip-list data-structure was proposed by Pugh as an alternate to balanced binary search trees. T...
This paper introduces a general technique for speeding up unsuccessful search using very little extr...
The aim of this work is to show the novel index structure based suffix array and ternary search tree...
Almost all computers regularly sort data. Many different sorting algorithms have been proposed. It i...
Abstract. We introduce a new O(lg lg n)-competitive binary search tree data structure called poketre...
We introduce a new text-indexing data structure, the String B-Tree, that can be seen as a link betwe...
Database systems research is an old and well-established field in computer science. Many of the key ...
B-tree with fixed node size and no minimum degree In anti-virus and anti-spyware applications, due t...
Balanced binary search trees are widely used main memory index structures. They provide for logarith...
Abstract. In this paper, we present randomized algorithms over binary search trees such that: (a) th...
A commonly used type of search tree is the alphabetic binary tree, which uses (without loss of gener...