Reducing the Space Requirement of Suffix Trees (1999)
Cached
Download Links
- [www.daimi.au.dk]
- [www.zbh.uni-hamburg.de]
- [www.TechFak.Uni-Bielefeld.DE]
- DBLP
Other Repositories/Bibliography
| Venue: | Software – Practice and Experience |
| Citations: | 109 - 10 self |
BibTeX
@ARTICLE{Kurtz99reducingthe,
author = {Stefan Kurtz},
title = {Reducing the Space Requirement of Suffix Trees},
journal = {Software – Practice and Experience},
year = {1999},
volume = {29},
pages = {1149--1171}
}
Years of Citing Articles
OpenURL
Abstract
We show that suffix trees store various kinds of redundant information. We exploit these redundancies to obtain more space efficient representations. The most space efficient of our representations requires 20 bytes per input character in the worst case, and 10.1 bytes per input character on average for a collection of 42 files of different type. This is an advantage of more than 8 bytes per input character over previous work. Our representations can be constructed without extra space, and as fast as previous representations. The asymptotic running times of suffix tree applications are retained. Copyright © 1999 John Wiley & Sons, Ltd. KEY WORDS: data structures; suffix trees; implementation techniques; space reduction







