Skip to search formSkip to main contentSkip to account menu

Shortest common supersequence problem

Known as: Shortest common supersequence, Shortest common superstring problem 
In computer science, the shortest common supersequence problem is a problem closely related to the longest common subsequence problem. Given two… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2016
2016
The shortest common superstring problem aims to find a string with minimal length that contains every string in a given set. This… 
2013
2013
  • R. Dondi
  • 2013
  • Corpus ID: 33776595
2013
2013
In the shortest common superstring problem (SCS) one is given a set s 1, …, s n of n strings and the goal is to find a shortest… 
2011
2011
idea behind this work is to solve the Shortest Common Supersequence by using Artificial Bee Colony (ABC) Algorithm. This… 
2010
2010
The Shortest Common Supersequence (SCS) problem is a well-known hard combinatorial optimization problem that formalizes many real… 
2009
2009
This thesis has two main topics. The first one is design and analysis of approximation algorithms for NP-hard problems that are… 
1999
1999
  • Zdenek Tronícek
  • 1999
  • Corpus ID: 18747013
We present an algorithm for building the automaton that searches for all non-overlapping occurrences of each subsequence from the… 
1993
1993
One method of sequencing DNA produces a linear list of bases, {A, C, G, T}, for many short overlapping fragments of the original… 
1993
1993
Various versions of the shortest common superstring problem play important roles in data compression and DNA sequencing. Only…