mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-09 19:44:45 +08:00
Update 0513.找树左下角的值.md
增加题目地址
This commit is contained in:
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
## 513.找树左下角的值
|
## 513.找树左下角的值
|
||||||
|
|
||||||
|
题目地址:[https://leetcode-cn.com/problems/find-bottom-left-tree-value/](https://leetcode-cn.com/problems/find-bottom-left-tree-value/v)
|
||||||
|
|
||||||
给定一个二叉树,在树的最后一行找到最左边的值。
|
给定一个二叉树,在树的最后一行找到最左边的值。
|
||||||
|
|
||||||
示例 1:
|
示例 1:
|
||||||
|
Reference in New Issue
Block a user