DYNAMIC PERFECT HASHING - UPPER AND LOWER BOUNDS

Citation
M. Dietzfelbinger et al., DYNAMIC PERFECT HASHING - UPPER AND LOWER BOUNDS, SIAM journal on computing, 23(4), 1994, pp. 738-761
Citations number
20
Categorie Soggetti
Computer Sciences","Computer Science Theory & Methods",Mathematics
Journal title
ISSN journal
00975397
Volume
23
Issue
4
Year of publication
1994
Pages
738 - 761
Database
ISI
SICI code
0097-5397(1994)23:4<738:DPH-UA>2.0.ZU;2-V
Abstract
The dynamic dictionary problem is considered: provide an algorithm for storing a dynamic set, allowing the operations insert, delete, and lo okup. A dynamic perfect hashing strategy is given: a randomized algori thm for the dynamic dictionary problem that takes O(1) worst-case time for lookups and O(1) amortized expected time for insertions and delet ions; it uses space proportional to the size of the set stored. Furthe rmore, lower bounds for the time complexity of a class of deterministi c algorithms for the dictionary problem are proved. This class encompa sses realistic hashing-based schemes that use linear space. Such algor ithms have amortized worst-case time complexity OMEGA (log n) for a se quence of n insertions and lookups; if the worst-case lookup time is r estricted to k, then the lower bound becomes OMEGA(k . n1/k).