subsekvens
A subsekvens is a sequence derived from another sequence by deleting zero or more elements from the original sequence. The remaining elements retain their original relative order. For example, if the original sequence is ABCDEFG, then ACEG is a subsekvens, but AGC is not, because the G appears before the C in the original sequence, and the C appears before the G.
In mathematics, particularly in the study of discrete mathematics and computer science, subsekvenses are a fundamental
The problem of finding the longest common subsekvens (LCS) of two sequences is a classic example of
Another related concept is the subsequence, which is often used interchangeably with subsekvens. However, some definitions