Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
119 tokens/sec
GPT-4o
56 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

A New Lightweight Algorithm to compute the BWT and the LCP array of a Set of Strings (1607.08342v1)

Published 28 Jul 2016 in cs.DS

Abstract: Indexing of very large collections of strings such as those produced by the widespread sequencing technologies, heavily relies on multi-string generalizations of the Burrows-Wheeler Transform (BWT), and for this problem various in-memory algorithms have been proposed. The rapid growing of data that are processed routinely, such as in bioinformatics, requires a large amount of main memory, and this fact has motivated the development of algorithms, to compute the BWT, that work almost entirely in external memory. On the other hand, the related problem of computing the Longest Common Prefix (LCP) array is often instrumental in several algorithms on collection of strings, such as those that compute the suffix-prefix overlap among strings, which is an essential step for many genome assembly algorithms. The best current lightweight approach to compute BWT and LCP array on a set of $m$ strings, each one $k$ characters long, has I/O complexity that is $O(mk2 \log |\Sigma|)$ (where $|\Sigma|$ is the size of the alphabet), thus it is not optimal. In this paper we propose a novel approach to build BWT and LCP array (simultaneously) with $O(kmL(\log k +\log \sigma))$ I/O complexity, where $L$ is the length of longest substring that appears at least twice in the input strings.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (5)
  1. Paola Bonizzoni (24 papers)
  2. Gianluca Della Vedova (15 papers)
  3. Serena Nicosia (1 paper)
  4. Marco Previtali (6 papers)
  5. Raffaella Rizzi (7 papers)
Citations (3)

Summary

We haven't generated a summary for this paper yet.