Timo Beller
University of Ulm
19 Papers
131 Citations
Timo Beller is an academic researcher from University of Ulm. The author has contributed to research in topics: Suffix tree & Compressed suffix array. The author has an hindex of 10, co-authored 19 publications.
Chat about Author
Papers
From Theory to Practice: Plug and Play with Succinct Data Structures
Simon Gog,Timo Beller,Alistair Moffat,Matthias Petri +3 more
- 29 Jun 2014
TL;DR: This paper presents a framework for experimentation with succinct data structures, providing a large set of configurable components, together with tests, benchmarks, and tools to analyze resource requirements.
398
Graphical pan-genome analysis with compressed suffix trees and the Burrows–Wheeler transform
TL;DR: Two algorithms are presented that outperform splitMEM in theory and in practice and implement a novel linear-time suffix tree algorithm by means of a compressed suffix tree.
81
Computing the longest common prefix array based on the burrows-wheeler transform
Timo Beller,Simon Gog,Enno Ohlebusch,Thomas Schnattinger +3 more
- 17 Oct 2011
TL;DR: This paper presents the first algorithm that computes the longest common prefix array directly on the wavelet tree of the Burrows-Wheeler transformed string in linear time.
38
Space-Efficient Construction of the Burrows-Wheeler Transform
Timo Beller,Maike Zwerger,Simon Gog,Enno Ohlebusch +3 more
- 07 Oct 2013
TL;DR: This paper presents a linear-time semi-external algorithm whose memory requirement is only about one byte per input symbol, and shows that this algorithm provides a new time-memory trade-off between external and in-memory construction algorithms.
30
A representation of a compressed de Bruijn graph for pan-genome analysis that enables search.
Timo Beller,Enno Ohlebusch +1 more
TL;DR: A new space-efficient representation of the compressed de Bruijn graph is proposed that adds the possibility to search for a pattern (e.g. an allele—a variant form of a gene) within the pan-genome.