Category
page 1Problems on strings
longest common subsequence problem
the problem of finding a sequence that is a subsequence of each of a given set of sequences and is as long as possible
longest increasing subsequence
algorithm to find the longest increasing subsequence in an array of numbers
longest common substring problem
problem of finding the longest string that is a substring of two or more strings