1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-10 01:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -42,7 +42,7 @@ streamChecker.query("l"); // 返回 True ,因为 'kl' 在 words 中
<ul>
<li><code>1 &lt;= words.length &lt;= 2000</code></li>
<li><code>1 &lt;= words[i].length &lt;= 2000</code></li>
<li><code>1 &lt;= words[i].length &lt;= 200</code></li>
<li><code>words[i]</code> 由小写英文字母组成</li>
<li><code>letter</code> 是一个小写英文字母</li>
<li>最多调用查询 <code>4 * 10<sup>4</sup></code></li>