mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-11 02:11:42 +08:00
批量更新数据
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<pre>
|
||||
<strong>Input:</strong> root = [1,2,3], targetSum = 5
|
||||
<strong>Output:</strong> false
|
||||
<strong>Explanation:</strong> There two root-to-leaf paths in the tree:
|
||||
<strong>Explanation:</strong> There are two root-to-leaf paths in the tree:
|
||||
(1 --> 2): The sum is 3.
|
||||
(1 --> 3): The sum is 4.
|
||||
There is no root-to-leaf path with sum = 5.
|
||||
|
Reference in New Issue
Block a user