A subsequence is a sequence that can be derived from another sequence by deleting some or no elements without changing the order of the remaining elements. The Longest Common Subsequence (LCS) of three strings is the longest sequence that appears in all three strings.