Function
longestIncreasingSubsequence
Computes the longest increasing subsequence.
longestIncreasingSubsequence(str, pos)
Parameters
str
In-parameter: An arbitrary string.
Types: String
pos
Out-parameter: A String with the positions that belong to the longest increasing subsequence.
Remarks: The last position in pos indicates the first element in the longest increasing subsequence. That's why pos should be a Block-String (Stack).
SeqAn - Sequence Analysis Library - www.seqan.de