subsequence
US /ˈsʌbˌsiːkwəns/
UK /ˈsʌbˌsiːkwəns/
名词
子序列, 子串
a sequence that can be derived from another sequence by deleting some or no elements without changing the order of the remaining elements
示例:
•
The string "ace" is a subsequence of "abcde".
字符串“ace”是“abcde”的子序列。
•
Finding the longest common subsequence is a classic computer science problem.
寻找最长公共子序列是一个经典的计算机科学问题。