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

之前的链接失效,无法点击
This commit is contained in:
DoubleYellowIce 2021-09-12 20:38:10 +08:00 committed by GitHub
parent f161bda853
commit ac1de7ea46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# 513.找树左下角的值
[力扣题目链接]([https://leetcode-cn.com/problems/find-bottom-left-tree-value/](https://leetcode-cn.com/problems/find-bottom-left-tree-value/v))
[力扣题目链接](https://leetcode-cn.com/problems/find-bottom-left-tree-value/)
给定一个二叉树,在树的最后一行找到最左边的值。