Function
longestCommonSubsequence
Computes the longest common subsequence.
Include Headers
seqan/graph_algorithms.h
Parameters
|  In-parameter: An arbitrary string. Types:  String | |
|  In-parameter: An arbitrary string. Types:  String | |
|  Out-parameter: A String with pairs of positions that indicate the longest common subsequence. | 
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de