mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 02:41:42 +08:00
批量更新数据
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user