mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
存量题库数据更新
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<p>Return <code>Construct(b)</code>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/08/09/maxtree1.JPG" style="width: 376px; height: 235px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> root = [4,1,3,null,null,2], val = 5
|
||||
@@ -27,7 +27,7 @@
|
||||
<strong>Explanation:</strong> a = [1,4,2,3], b = [1,4,2,3,5]
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/08/09/maxtree21.JPG" style="width: 358px; height: 156px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> root = [5,2,4,null,1], val = 3
|
||||
@@ -35,7 +35,7 @@
|
||||
<strong>Explanation:</strong> a = [2,1,5,4], b = [2,1,5,4,3]
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/08/09/maxtree3.JPG" style="width: 404px; height: 180px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> root = [5,2,3,null,1], val = 4
|
||||
|
Reference in New Issue
Block a user