1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-13 03:11: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

@@ -1,6 +1,6 @@
<p>给定一个二叉树(具有根结点&nbsp;<code>root</code>&nbsp;一个目标结点&nbsp;<code>target</code>&nbsp;,和一个整数值 <code>k</code> </p>
<p>给定一个二叉树(具有根结点&nbsp;<code>root</code>&nbsp;一个目标结点&nbsp;<code>target</code>&nbsp;,和一个整数值 <code>k</code>&nbsp;,返回到目标结点 <code>target</code> 距离为 <code>k</code> 的所有结点的值的数组</p>
<p>返回到目标结点 <code>target</code> 距离为 <code>k</code> 的所有结点的值的列表。 答案可以以 <strong>任何顺序</strong> 返回。</p>
<p>答案可以以 <strong>任何顺序</strong> 返回。</p>
<p>&nbsp;</p>