English

An Algorithm for a Variation of the Shortest Common Superstring Problem

Data Structures and Algorithms 2024-11-05 v2 Computational Complexity

Abstract

This study develops an algorithm to solve a variation of the Shortest Common Superstring (SCS) problem. There are two modifications to the base SCS problem. First, one string in the set S is allowed to have up to K mistakes, defined as not matching the SCS in at most K positions. Second, no string in S can be a substring of another in S. The algorithm proposed for the problem is exact.

Keywords

Cite

@article{arxiv.2410.23900,
  title  = {An Algorithm for a Variation of the Shortest Common Superstring Problem},
  author = {Arthur Gilfanov},
  journal= {arXiv preprint arXiv:2410.23900},
  year   = {2024}
}

Comments

14 pages, 6 figures

R2 v1 2026-06-28T19:42:51.074Z