LZ77-Based self-indexing with faster pattern matching

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

Abstract

To store and search genomic databases efficiently, researchers have recently started building self-indexes based on LZ77. As the name suggests, a self-index for a string supports both random access and pattern matching queries. In this paper we show how, given a string S[1..n] whose LZ77 parse consists of z phrases, we can store a self-index for S in O(z log(n/z)) space such that later, first, given a position i and a length l, we can extract S[i..i + l ? 1] in O(l + log n) time; second, given a pattern P[1..m], we can list the occ occurrences of P in S in O(mlogm+ occ log log n) time. © 2014 Springer-Verlag Berlin Heidelberg.

Cite

CITATION STYLE

APA

Gagie, T., Gawrychowski, P., Kärkkäinen, J., Nekrich, Y., & Puglisi, S. J. (2014). LZ77-Based self-indexing with faster pattern matching. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 8392 LNCS, pp. 731–742). Springer Verlag. https://doi.org/10.1007/978-3-642-54423-1_63

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