Finding the longest common nonsuperstring in linear time

  • Authors:
  • Joong Chae Na;Dong Kyue Kim;Jeong Seop Sim

  • Affiliations:
  • Department of Computer Science and Engineering, Sejong University, Seoul 143-747, South Korea;Division of Electronics and Computer Engineering, Hanyang University, Seoul 133-791, South Korea;School of Computer and Information Engineering, Inha University, Incheon 402-751, South Korea

  • Venue:
  • Information Processing Letters
  • Year:
  • 2009

Quantified Score

Hi-index 0.89

Visualization

Abstract

String inclusion and non-inclusion problems have been vigorously studied in such diverse fields as molecular biology, data compression, and computer security. Among the well-known string inclusion or non-inclusion notions, we are interested in the longest common nonsuperstring. Given a set of strings, the longest common nonsuperstring problem is finding the longest string that is not a superstring of any string in the given set. It is known that the longest common nonsuperstring problem is solvable in polynomial time. In this paper, we propose an efficient algorithm for the longest common nonsuperstring problem. The running time of our algorithm is linear with respect to the sum of the lengths of the strings in the given set, using generalized suffix trees.