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

批量更新数据

This commit is contained in:
2025-01-09 20:29:41 +08:00
parent 04ecea043d
commit 48cdd06c2b
5053 changed files with 156164 additions and 135322 deletions

View File

@@ -4,14 +4,14 @@
<p><strong>注意:</strong>此题相对书上原题略有改动。</p>
<p><strong>示例1:</strong></p>
<p><strong>示例 1</strong></p>
<pre>
<strong> 输入</strong>t1 = [1, 2, 3], t2 = [2]
<strong> 输出</strong>true
</pre>
<p><strong>示例2:</strong></p>
<p><strong>示例 2</strong></p>
<pre>
<strong> 输入</strong>t1 = [1, null, 2, 4], t2 = [3, 2]
@@ -21,5 +21,5 @@
<p><strong>提示:</strong></p>
<ol>
<li>树的节点数目范围为[0, 20000]</li>
<li>树的节点数目范围为 <code>[0, 20000]</code></li>
</ol>