Given a set of strings, the shortest common superstring problem is to find the shortest possible string that contains all the input strings. The problem is NP-hard, but a lot of work has gone into designing approximation algorithms for solving the problem. We present the first time and space efficient implementation of the classic greedy heuristic which merges strings in decreasing order of overlap length. Our implementation works in O(n log σ) time and bits of space, where n is the total length of the input strings in characters, and σσ is the size of the alphabet. After index construction, a practical implementation of our algorithm uses roughly 5n log σ bits of space and reasonable time for a real dataset that consists of DNA fragments.P...
Given a collection of strings S = fs 1 ; : : : ; s n g over an alphabet \Sigma, a superstring ff of ...
Merging words according to their overlap yields a superstring. This basic operation allows to infer ...
We study a variation of the classical Shortest Common Superstring (SCS) problem in which a shortest ...
AbstractThe object of the shortest common superstring problem (SCS) is to find the shortest possible...
AbstractAn approximation algorithm for the shortest common superstring problem is developed, based o...
We consider the following problem: given a collection of strings s 1;...; s m, nd the shortest stri...
Given a collection of strings S={s_1, ..., s_n} over an alphabet \Sigma, a superstring \alpha of S i...
In the Shortest Superstring problem (SS) one has to find a shortest string s containing given string...
AbstractMerging words according to their overlap yields a superstring. This basic operation allows t...
AbstractVarious versions of the shortest common superstring problem play important roles in data com...
AbstractGiven a collection of strings ifS = s1, …, sn over an alphabet ∑, a superstring α of S is a ...
In the Shortest Common Superstring (SCS) problem, one is given a collection of strings, and needs to...
The objective of the shortest common superstring problem is to find a string of minimum length that ...
Given a collection of strings S={s_1,...,s_n} over an alphabet Sigma, a superstring alpha of S is a ...
The shortest superstring problem for a given set of strings S is to find a string of minimum length...
Given a collection of strings S = fs 1 ; : : : ; s n g over an alphabet \Sigma, a superstring ff of ...
Merging words according to their overlap yields a superstring. This basic operation allows to infer ...
We study a variation of the classical Shortest Common Superstring (SCS) problem in which a shortest ...
AbstractThe object of the shortest common superstring problem (SCS) is to find the shortest possible...
AbstractAn approximation algorithm for the shortest common superstring problem is developed, based o...
We consider the following problem: given a collection of strings s 1;...; s m, nd the shortest stri...
Given a collection of strings S={s_1, ..., s_n} over an alphabet \Sigma, a superstring \alpha of S i...
In the Shortest Superstring problem (SS) one has to find a shortest string s containing given string...
AbstractMerging words according to their overlap yields a superstring. This basic operation allows t...
AbstractVarious versions of the shortest common superstring problem play important roles in data com...
AbstractGiven a collection of strings ifS = s1, …, sn over an alphabet ∑, a superstring α of S is a ...
In the Shortest Common Superstring (SCS) problem, one is given a collection of strings, and needs to...
The objective of the shortest common superstring problem is to find a string of minimum length that ...
Given a collection of strings S={s_1,...,s_n} over an alphabet Sigma, a superstring alpha of S is a ...
The shortest superstring problem for a given set of strings S is to find a string of minimum length...
Given a collection of strings S = fs 1 ; : : : ; s n g over an alphabet \Sigma, a superstring ff of ...
Merging words according to their overlap yields a superstring. This basic operation allows to infer ...
We study a variation of the classical Shortest Common Superstring (SCS) problem in which a shortest ...