Update 0513.找树左下角的值.md

增加题目地址
This commit is contained in:
Nixiak-nan
2021-08-06 13:40:01 +08:00
committed by GitHub
parent 5c3d670480
commit 0f6ffd0d1b

View File

@ -9,6 +9,8 @@
## 513.找树左下角的值
题目地址:[https://leetcode-cn.com/problems/find-bottom-left-tree-value/](https://leetcode-cn.com/problems/find-bottom-left-tree-value/v)
给定一个二叉树,在树的最后一行找到最左边的值。
示例 1: