mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-11 18:31:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<p>给定字符串列表 <code>strs</code> ,返回 <em>它们中 <strong>最长的特殊序列</strong></em> 。如果最长特殊序列不存在,返回 <code>-1</code> 。</p>
|
||||
<p>给定字符串列表 <code>strs</code> ,返回其中 <strong>最长的特殊序列</strong> 的长度。如果最长特殊序列不存在,返回 <code>-1</code> 。</p>
|
||||
|
||||
<p><strong>最长特殊序列</strong> 定义如下:该序列为某字符串 <strong>独有的最长子序列(即不能是其他字符串的子序列)</strong>。</p>
|
||||
<p><strong>特殊序列</strong> 定义如下:该序列为某字符串 <strong>独有的子序列(即不能是其他字符串的子序列)</strong>。</p>
|
||||
|
||||
<p> <code>s</code> 的 <strong>子序列</strong>可以通过删去字符串 <code>s</code> 中的某些字符实现。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user