Minimal Superpermutation Problem
Question Description
We have symbols. We want to find a shoretest possible string on the symbols that contains every permutation of those symbols as a contiguous substring. We call a string that contains every permutation in this way a , and one of minimal length is called a .
For example, when , all permutations are : ,,,,,. In this case, the minimal superpermutation is . The minimal length is 9.
Minimal Length
An apparent lower bound of the length of superpermutation on symbols is , because it must contain every permutation of the permutations as a substring - the first permutation has characters to the string, and each of the remaining permutations have a lengh of at least 1 character more. A trivial upper bound on the length of a minimal superpermutation is
Suppose we already have a small superpermutation on and we want to construct a small superpermutation on symbols. To do so, simply replace each permutaiton in the symbol superpermutation by (1) the permutaiton, (2)the symbol (3) that permutaiton again.
You can find detail here: link
Uniqueness
It turns out that there are in fact many superpermutations of the conjectured minimal lengh. The result of [1] shows that there are at least