Optimal Implicit Dictionaries over Unbounded Universes

  • Authors:
  • Gianni Franceschini;Roberto Grossi

  • Affiliations:
  • Dipartimento di Informatica, Universita di Pisa, Largo Bruno Pontecorvo 3, 56127 Pisa, Italy;Dipartimento di Informatica, Universita di Pisa, Largo Bruno Pontecorvo 3, 56127 Pisa, Italy

  • Venue:
  • Theory of Computing Systems
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

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(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.