AbstractAn 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(logBn) block transfers like in regular B-trees, under the realistic assumption that a block stores B=Ω(logn) keys, so that reporting r consecutive keys in sorted order has a cost of O(logBn+r/B) block transfers. En route a number of space efficient tech...
This paper presents a simple method to build tree data structures which achieve just O(log N) visite...
Several new data structures are presented for dictionaries containing elements with different weight...
We present dynamic search-tree data structures that perform well in the setting of a hierarchical me...
An implicit data structure for the dictionary problem maintains n data values in the first n locatio...
An array of n distinct keys can be sorted for logarithmic searching or can be organized as a heap fo...
AbstractWe consider representations of data structures in which the relative ordering of the values ...
AbstractWe introduce a data structure that requires only one pointer for every k data values and sup...
AbstractA data structure is implicit if it uses no extra strorage beyond the space needed for the da...
AbstractThis paper proves a tradeoff between the time it takes to search for elements in an implicit...
In this paper we present an implicit dynamic dictionary with the working-set property, supporting in...
We present a data structure CORoBTS for storing a search tree with all leaves at the same depth and ...
AbstractWe present the interpolation search B-tree (ISB-tree), a new cache-aware indexing scheme tha...
AbstractIn thedynamic dictionary matchingproblem, a dictionaryDcontains a set of patterns that can c...
This paper presents a simple dictionary structure designed for a hierarchical memory. The proposed d...
The 2003 paper by Gianni Franceschini and Roberto Grossi titled "Optimal Worst-Case Operations for I...
This paper presents a simple method to build tree data structures which achieve just O(log N) visite...
Several new data structures are presented for dictionaries containing elements with different weight...
We present dynamic search-tree data structures that perform well in the setting of a hierarchical me...
An implicit data structure for the dictionary problem maintains n data values in the first n locatio...
An array of n distinct keys can be sorted for logarithmic searching or can be organized as a heap fo...
AbstractWe consider representations of data structures in which the relative ordering of the values ...
AbstractWe introduce a data structure that requires only one pointer for every k data values and sup...
AbstractA data structure is implicit if it uses no extra strorage beyond the space needed for the da...
AbstractThis paper proves a tradeoff between the time it takes to search for elements in an implicit...
In this paper we present an implicit dynamic dictionary with the working-set property, supporting in...
We present a data structure CORoBTS for storing a search tree with all leaves at the same depth and ...
AbstractWe present the interpolation search B-tree (ISB-tree), a new cache-aware indexing scheme tha...
AbstractIn thedynamic dictionary matchingproblem, a dictionaryDcontains a set of patterns that can c...
This paper presents a simple dictionary structure designed for a hierarchical memory. The proposed d...
The 2003 paper by Gianni Franceschini and Roberto Grossi titled "Optimal Worst-Case Operations for I...
This paper presents a simple method to build tree data structures which achieve just O(log N) visite...
Several new data structures are presented for dictionaries containing elements with different weight...
We present dynamic search-tree data structures that perform well in the setting of a hierarchical me...