VocabularylcsInputsOutputslcs | a longest common subsequence |
Word descriptionGiven two sequences, calculates a longest common subsequence between them. Note two things: this is only one of the many possible LCSs, and the LCS may not be contiguous.
Definition