2021年7月3日

摘要: 地址 https://leetcode-cn.com/problems/distinct-subsequences/ 给定一个字符串 s 和一个字符串 t ,计算在 s 的子序列中 t 出现的个数。 字符串的一个 子序列 是指,通过删除一些(也可以不删除)字符且不干扰剩余字符相对位置所组成的新字符串 阅读全文
posted @ 2021-07-03 00:12 itdef 阅读(39) 评论(0) 推荐(0) 编辑

导航