Fast prefix search in little space, with applications

36Citations
Citations of this article
21Readers
Mendeley users who have this article in their library.
Get full text

Abstract

A prefix search returns the strings out of a given collection S that start with a given prefix. Traditionally, prefix search is solved by data structures that are also dictionaries, that is, they actually contain the strings in S. For very large collections stored in slow-access memory, we propose extremely compact data structures that solve weak prefix searches-they return the correct result only if some string in S starts with the given prefix. Our data structures for weak prefix search use O(|S|log ℓ) bits in the worst case, where ℓ is the average string length, as opposed to O(|S| ℓ) bits for a dictionary. We show a lower bound implying that this space usage is optimal. © 2010 Springer-Verlag.

Cite

CITATION STYLE

APA

Belazzougui, D., Boldi, P., Pagh, R., & Vigna, S. (2010). Fast prefix search in little space, with applications. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 6346 LNCS, pp. 427–438). https://doi.org/10.1007/978-3-642-15775-2_37

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free