An implicit data structure for the dictionary problem maintains n data values in the first n locations of an array in such a way that it efficiently supports the operations insert, delete and search. No information other than that in O(1) memory cells and in the input data is to be retained; and the only operations performed on the data values (other than reads and writes) are comparisons. This paper describes the implicit B-tree, a new data structure supporting these operations in O(log(B) n) block transfers like in regular B-trees, under the realistic assumption that a block stores B = Omega(log n) keys, so that reporting r consecutive keys in sorted order has a cost of O(log(B) n + r/B) block transfers. En route a number of space efficie...
We present a data structure CORoBTS for storing a search tree with all leaves at the same depth and ...
AbstractWe consider representations of data structures in which the relative ordering of the values ...
[[abstract]]In this paper two cost-optimal parallel algorithms are presented for constructing a B-tr...
An implicit data structure for the dictionary problem maintains n data values in the first n locatio...
AbstractAn implicit data structure for the dictionary problem maintains n data values in the first n...
An array of n distinct keys can be sorted for logarithmic searching or can be organized as a heap fo...
AbstractIn thedynamic dictionary matchingproblem, a dictionaryDcontains a set of patterns that can c...
AbstractWe introduce a data structure that requires only one pointer for every k data values and sup...
This paper presents a simple method to build tree data structures which achieve just O(log N) visite...
This paper presents a simple dictionary structure designed for a hierarchical memory. The proposed d...
We consider the dictionary problem in external memory and improve the update time of the well-known ...
We consider the dictionary problem in external memory and improve the update time of the well-known ...
We present dynamic search-tree data structures that perform well in the setting of a hierarchical me...
AbstractThis paper proves a tradeoff between the time it takes to search for elements in an implicit...
AbstractA data structure is implicit if it uses no extra strorage beyond the space needed for the da...
We present a data structure CORoBTS for storing a search tree with all leaves at the same depth and ...
AbstractWe consider representations of data structures in which the relative ordering of the values ...
[[abstract]]In this paper two cost-optimal parallel algorithms are presented for constructing a B-tr...
An implicit data structure for the dictionary problem maintains n data values in the first n locatio...
AbstractAn implicit data structure for the dictionary problem maintains n data values in the first n...
An array of n distinct keys can be sorted for logarithmic searching or can be organized as a heap fo...
AbstractIn thedynamic dictionary matchingproblem, a dictionaryDcontains a set of patterns that can c...
AbstractWe introduce a data structure that requires only one pointer for every k data values and sup...
This paper presents a simple method to build tree data structures which achieve just O(log N) visite...
This paper presents a simple dictionary structure designed for a hierarchical memory. The proposed d...
We consider the dictionary problem in external memory and improve the update time of the well-known ...
We consider the dictionary problem in external memory and improve the update time of the well-known ...
We present dynamic search-tree data structures that perform well in the setting of a hierarchical me...
AbstractThis paper proves a tradeoff between the time it takes to search for elements in an implicit...
AbstractA data structure is implicit if it uses no extra strorage beyond the space needed for the da...
We present a data structure CORoBTS for storing a search tree with all leaves at the same depth and ...
AbstractWe consider representations of data structures in which the relative ordering of the values ...
[[abstract]]In this paper two cost-optimal parallel algorithms are presented for constructing a B-tr...