46th Annual IEEE Symposium on Foundations of Computer Science (FOCS'05)
DOI: 10.1109/sfcs.2005.69
|View full text |Cite
|
Sign up to set email alerts
|

Structuring labeled trees for optimal succinctness, and beyond

Abstract: Consider an ordered, static tree T on t nodes where each node has a label from alphabet set Σ.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

1
122
0

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 86 publications
(123 citation statements)
references
References 30 publications
1
122
0
Order By: Relevance
“…In the first approach, we replace the original LZ-index data structures by new ones allowing the same functionalities, but with reduced redundancy. In the second approach, the main idea is to combine the balanced parentheses [14] representation of the LZ78 trie with the xbw transform [3]. With either approach we achieve (2 + ε)uH k (T ) + o(u log σ ) bits of space to index to text T 1...u , for k = o(log σ u) and any constant ε > 0, and the original time to report the occ occurrences of a pattern P 1...m in T is improved to O(m 2 log σ + (m + occ) log n).…”
Section: Discussionmentioning
confidence: 99%
See 4 more Smart Citations
“…In the first approach, we replace the original LZ-index data structures by new ones allowing the same functionalities, but with reduced redundancy. In the second approach, the main idea is to combine the balanced parentheses [14] representation of the LZ78 trie with the xbw transform [3]. With either approach we achieve (2 + ε)uH k (T ) + o(u log σ ) bits of space to index to text T 1...u , for k = o(log σ u) and any constant ε > 0, and the original time to report the occ occurrences of a pattern P 1...m in T is improved to O(m 2 log σ + (m + occ) log n).…”
Section: Discussionmentioning
confidence: 99%
“…A different idea to reduce the space requirement of LZ-index is to use the xbw transform of Ferragina et al [3] to represent the LZTrie. This succinct representation supports the operations parent(x), child(x, i), and child(x, α), all of them in O(1) time and using 2n log σ + O(n) bits of space.…”
Section: Using the Xbw Transform To Represent Lztriementioning
confidence: 99%
See 3 more Smart Citations