Search this site
Home
Foundations
Mathematics and Computations
Combinations and Permutations
Puzzles and Visuals
Arrays and Linked Lists
Trees and Graphs
Greedy Algorithms
Dynamic Programming
Artificial Intelligence
Sitemap
Foundations
>
Algorithms
>
*List of Important Algorithms*
>
Longest Common Subsequence
The
longest common subsequence
(
LCS
)
problem
is the problem of finding the longest
subsequence
common to all sequences in a set of sequences (often just two sequences).
Comments