Abstract
The dictionary problem is among the oldest problems in computer science. Yet our understanding of the complexity of the dictionary problem in realistic models of computation has been far from complete. Designing highly efficient dictionaries without resorting to use of randomness appeared to be a particularly challenging task. We present solutions to the static dictionary problem that significantly improve the previously known upper bounds and bring them close to obvious lower bounds. Our dictionaries have a constant lookup cost and use linear space, which was known to be possible, but the worst-case cost of construction of the structures is proportional to only loglogn times the cost of sorting the input. Our claimed performance bounds are obtained in the word RAM model and in the external memory models; only the involved sorting procedures in the algorithms need to be changed between the models.
Original language | English |
---|---|
Book series | Lecture Notes in Computer Science |
Pages (from-to) | 84-95 |
ISSN | 0302-9743 |
Publication status | Published - 2008 |
Event | ICALP 2008 35th International Colloquium on Automata, Languages and Programming - Reykjavik, Iceland Duration: 6 Jul 2008 → 13 Jul 2008 Conference number: 35 |
Conference
Conference | ICALP 2008 35th International Colloquium on Automata, Languages and Programming |
---|---|
Number | 35 |
Country/Territory | Iceland |
City | Reykjavik |
Period | 06/07/2008 → 13/07/2008 |
Keywords
- Dictionary problem
- Complexity
- Word RAM model
- Static dictionaries
- External memory