Skip to main content

Advertisement

Log in

A Space and Time Efficient Algorithm for Constructing Compressed Suffix Arrays

  • Published:
Algorithmica Aims and scope Submit manuscript

Abstract

With the first human DNA being decoded into a sequence of about 2.8 billion characters, much biological research has been centered on analyzing this sequence. Theoretically speaking, it is now feasible to accommodate an index for human DNA in the main memory so that any pattern can be located efficiently. This is due to the recent breakthrough on compressed suffix arrays, which reduces the space requirement from O(n log n) bits to O(n) bits. However, constructing compressed suffix arrays is still not an easy task because we still have to compute suffix arrays first and need a working memory of O(n log n) bits (i.e., more than 13 gigabytes for human DNA). This paper initiates the study of constructing compressed suffix arrays directly from the text. The main contribution is a construction algorithm that uses only O(n) bits of working memory, and the time complexity is O(n log n). Our construction algorithm is also time and space efficient for texts with large alphabets such as Chinese or Japanese. Precisely, when the alphabet size is |Σ|, the working space is O(n log |Σ|) bits, and the time complexity remains O(n log n), which is independent of |Σ|.

This is a preview of subscription content, log in via an institution to check access.

Access this article

Price excludes VAT (USA)
Tax calculation will be finalised during checkout.

Instant access to the full article PDF.

Similar content being viewed by others

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Wing-Kai Hon, Tak-Wah Lam, Kunihiko Sadakane, Wing-Kin Sung or Siu-Ming Yiu.

Rights and permissions

Reprints and permissions

About this article

Cite this article

Hon, WK., Lam, TW., Sadakane, K. et al. A Space and Time Efficient Algorithm for Constructing Compressed Suffix Arrays. Algorithmica 48, 23–36 (2007). https://doi.org/10.1007/s00453-006-1228-8

Download citation

  • Published:

  • Issue Date:

  • DOI: https://doi.org/10.1007/s00453-006-1228-8

Keywords

Navigation