👉 In computer science, 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. For example, the subsequence of the list [1, 3, 4] is [3], and the subsequence of the list [5, 6, 7] is [6, 7].