Greedy superstring conjecture

Let SS be a finite set of finite strings. For strings xx and yy, let ov(x,y)\operatorname{ov}(x,y) be the maximum length of a string that is simultaneously a suffix of xx and a prefix of yy. The greedy superstring algorithm starts with the strings in SS and repeatedly replaces a pair x,yx,y having maximum overlap ov(x,y)\operatorname{ov}(x,y) by their overlap-merged concatenation, breaking ties arbitrarily, until one string G(S)G(S) remains. If OPT(S)\operatorname{OPT}(S) denotes the minimum length of a string containing every element of SS as a substring, then the conjecture asserts that G(S)2OPT(S)|G(S)|\leq 2\,\operatorname{OPT}(S) for every finite set SS and every sequence of tie-breaks.

Progress summary

Partially solved

A new preprint settles the lower-bound side at two for strings of length six or more and computes the three-letter case, but the conjectured upper bound for arbitrary inputs remains open.

The conjecture asserts that the greedy algorithm for the Shortest Common Superstring problem always achieves approximation ratio 22. The conjecture is attributed to Tarhio and Ukkonen and remains unresolved in its unrestricted form.

Known results

  • The conjecture holds for input strings of length at most 33 and for strings of length exactly 44 (Bulteau et al., 2024).
  • The known general upper bounds for the greedy ratio have been successively improved to 44, 3.53.5, 3.4253.425, and approximately 3.3963.396; the conjectured upper bound 22 is unproved.
  • Explicit constructions give ratios approaching 22 from below, including examples not depending on tie-breaking.
  • The related Greedy Hierarchical and Collapsing Superstring conjectures are proved for strings of length at most 33 (2019).

August 2026 lower-bound advance

A new arXiv preprint proves ρk2\rho_k\ge 2 for every k6k\ge 6 and exactly computes ρ3\rho_3. This establishes ratio two in these length-restricted settings, but does not prove the upper bound for all instances.

Current status (as of August 2026): The length-restricted ratios now satisfy ρk2\rho_k\ge 2 for k6k\ge 6 and ρ3\rho_3 is known exactly, while the unrestricted claim that greedy is a 22-approximation remains open.

Sources
Sources & referencesView supporting material

Solutions 0

No solutions have been posted yet.