2015
DOI: 10.1007/978-3-319-19929-0_15
|View full text |Cite
|
Sign up to set email alerts
|

Lempel Ziv Computation in Small Space (LZ-CISS)

Abstract: For both the Lempel Ziv 77-and 78-factorization we propose algorithms generating the respective factorization using (1 + ǫ)n lg n + O(n) bits (for any positive constant ǫ ≤ 1) working space (including the space for the output) for any text of size n over an integer alphabet in O n/ǫ 2 time.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
17
0

Year Published

2015
2015
2023
2023

Publication Types

Select...
5
1

Relationship

1
5

Authors

Journals

citations
Cited by 13 publications
(17 citation statements)
references
References 39 publications
0
17
0
Order By: Relevance
“…Since LZ78 factors are naturally represented in a trie, the so-called LZ trie, improving LZ78 computation can be done, among others, by using sophisticated trie implementations [9,10], or by superimposing the suffix tree with the suffix trie [11,12]. We follow the latter approach.…”
Section: Related Workmentioning
confidence: 99%
See 3 more Smart Citations
“…Since LZ78 factors are naturally represented in a trie, the so-called LZ trie, improving LZ78 computation can be done, among others, by using sophisticated trie implementations [9,10], or by superimposing the suffix tree with the suffix trie [11,12]. We follow the latter approach.…”
Section: Related Workmentioning
confidence: 99%
“…Passes. Like the LZ77 algorithm in [12], we divide our algorithms in several passes. In a pass, we visit the leaves of ST in text position order.…”
Section: Scaffold Of the Algorithmsmentioning
confidence: 99%
See 2 more Smart Citations
“…It is known that this is the best possible time for the general alphabets [14]. However, for the most important case of integer alphabet, there exist algorithms working in O(n) time and O(n log n) bits (see [8] for references). When σ is small, this number of bits is too big compared to the n log σ bits of the input string and can be prohibitive.…”
Section: Introductionmentioning
confidence: 99%