mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 10:51:42 +08:00
批量更新数据
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<p>给你两个字符串 <code>a</code> 和 <code>b</code>,请返回 <em>这两个字符串中 <strong>最长的特殊序列</strong> </em> 的长度。如果不存在,则返回 <code>-1</code> 。</p>
|
||||
|
||||
<p><strong>「最长特殊序列」</strong> 定义如下:该序列为 <strong>某字符串独有的最长子序列(即不能是其他字符串的子序列)</strong> 。</p>
|
||||
<p><strong>「最长特殊序列」</strong> 定义如下:该序列为 <strong>某字符串独有的最长<span data-keyword="subsequence-array">子序列</span>(即不能是其他字符串的子序列)</strong> 。</p>
|
||||
|
||||
<p>字符串 <code>s</code> 的子序列是在从 <code>s</code> 中删除任意数量的字符后可以获得的字符串。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user