An array of n distinct keys can be sorted for logarithmic searching or can be organized as a heap for logarithmic updating, but it is unclear how to attain logarithmic time for both searching and updating. This natural question dates back to the heap of Williams and Floyd in the sixties and relates to the fundamental issue whether additional space besides those for the keys gives more computational power in dictionaries and how data ordering helps. Implicit data structures were introduced in the eighties with this goal, providing the best bound of O(log(2) n) time. until a recent result showing O(log(2) n/log log n) time. In this paper we describe the flat implicit tree, which is the first data structure obtaining O(log n) time for search a...
The 2003 paper by Gianni Franceschini and Roberto Grossi titled "Optimal Worst-Case Operations for I...
We present a new technique of universe reduction. Primary applications are the dictionary problem an...
AbstractIn this paper, we propose measures for compressed data structures, in which space usage is m...
In the classical dictionary problem, a set of $n$ distinct keys over an unbounded and ordered unive...
An implicit data structure for the dictionary problem maintains n data values in the first n locatio...
AbstractThis paper proves a tradeoff between the time it takes to search for elements in an implicit...
AbstractAn implicit data structure for the dictionary problem maintains n data values in the first n...
AbstractA data structure is implicit if it uses no extra strorage beyond the space needed for the da...
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 ...
Several new data structures are presented for dictionaries containing elements with different weight...
We consider dictionaries over the universe U = {0, 1}^w on a unit-costRAM with word size w and a sta...
We present a new technique of universe reduction. Primary applications are the dictionary problem an...
AbstractWe introduce a data structure that requires only one pointer for every k data values and sup...
In this paper we present an implicit dynamic dictionary with the working-set property, support-ing i...
The 2003 paper by Gianni Franceschini and Roberto Grossi titled "Optimal Worst-Case Operations for I...
We present a new technique of universe reduction. Primary applications are the dictionary problem an...
AbstractIn this paper, we propose measures for compressed data structures, in which space usage is m...
In the classical dictionary problem, a set of $n$ distinct keys over an unbounded and ordered unive...
An implicit data structure for the dictionary problem maintains n data values in the first n locatio...
AbstractThis paper proves a tradeoff between the time it takes to search for elements in an implicit...
AbstractAn implicit data structure for the dictionary problem maintains n data values in the first n...
AbstractA data structure is implicit if it uses no extra strorage beyond the space needed for the da...
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 ...
Several new data structures are presented for dictionaries containing elements with different weight...
We consider dictionaries over the universe U = {0, 1}^w on a unit-costRAM with word size w and a sta...
We present a new technique of universe reduction. Primary applications are the dictionary problem an...
AbstractWe introduce a data structure that requires only one pointer for every k data values and sup...
In this paper we present an implicit dynamic dictionary with the working-set property, support-ing i...
The 2003 paper by Gianni Franceschini and Roberto Grossi titled "Optimal Worst-Case Operations for I...
We present a new technique of universe reduction. Primary applications are the dictionary problem an...
AbstractIn this paper, we propose measures for compressed data structures, in which space usage is m...