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.
尋找最長公共子序列是一個經典的計算機科學問題。