mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 03:11:42 +08:00
批量更新数据
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<p>给定一个二叉树(具有根结点 <code>root</code>), 一个目标结点 <code>target</code> ,和一个整数值 <code>k</code> 。</p>
|
||||
<p>给定一个二叉树(具有根结点 <code>root</code>), 一个目标结点 <code>target</code> ,和一个整数值 <code>k</code> ,返回到目标结点 <code>target</code> 距离为 <code>k</code> 的所有结点的值的数组。</p>
|
||||
|
||||
<p>返回到目标结点 <code>target</code> 距离为 <code>k</code> 的所有结点的值的列表。 答案可以以 <strong>任何顺序</strong> 返回。</p>
|
||||
<p>答案可以以 <strong>任何顺序</strong> 返回。</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
Reference in New Issue
Block a user