Sciweavers

MST
2006

Optimal Implicit Dictionaries over Unbounded Universes

13 years 4 months ago
Optimal Implicit Dictionaries over Unbounded Universes
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 have been introduced in the eighties with this goal, providing the best bound of O(log2 n) time, until a recent result showing O(log2 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 and (amortized) update using an array of n cells.
Gianni Franceschini, Roberto Grossi
Added 14 Dec 2010
Updated 14 Dec 2010
Type Journal
Year 2006
Where MST
Authors Gianni Franceschini, Roberto Grossi
Comments (0)