leetcode 392. 判断子序列

题目连接 https://leetcode-cn.com/problems/is-subsequence/submissions/ 题目描述 给定字符串 s 和 t ,判断 s 是否为 t 的子序列。python 你能够认为 s 和 t 中仅包含英文小写字母。字符串 t 可能会很长(长度 ~= 500,000),而 s 是个短字符串(长度 <=100)。code 字符串的一个子序列是原始字符串删除
相关文章
相关标签/搜索