File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -477,12 +477,13 @@ class Solution:
477
477
478
478
## 练习
479
479
480
- - [ ] [ maximum-depth-of-binary-tree] ( https://leetcode-cn.com/problems/maximum-depth-of-binary-tree/ )
481
- - [ ] [ balanced-binary-tree] ( https://leetcode-cn.com/problems/balanced-binary-tree/ )
482
- - [ ] [ binary-tree-maximum-path-sum] ( https://leetcode-cn.com/problems/binary-tree-maximum-path-sum/ )
483
- - [ ] [ lowest-common-ancestor-of-a-binary-tree] ( https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree/ )
480
+ - [x ] [ maximum-depth-of-binary-tree] ( https://leetcode-cn.com/problems/maximum-depth-of-binary-tree/ )
481
+ - [x ] [ balanced-binary-tree] ( https://leetcode-cn.com/problems/balanced-binary-tree/ )
482
+ - [x ] [ binary-tree-maximum-path-sum] ( https://leetcode-cn.com/problems/binary-tree-maximum-path-sum/ )
483
+ - [x ] [ lowest-common-ancestor-of-a-binary-tree] ( https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree/ )
484
484
- [ ] [ binary-tree-level-order-traversal] ( https://leetcode-cn.com/problems/binary-tree-level-order-traversal/ )
485
485
- [ ] [ binary-tree-level-order-traversal-ii] ( https://leetcode-cn.com/problems/binary-tree-level-order-traversal-ii/ )
486
486
- [ ] [ binary-tree-zigzag-level-order-traversal] ( https://leetcode-cn.com/problems/binary-tree-zigzag-level-order-traversal/ )
487
- - [ ] [ validate-binary-search-tree] ( https://leetcode-cn.com/problems/validate-binary-search-tree/ )
488
- - [ ] [ insert-into-a-binary-search-tree] ( https://leetcode-cn.com/problems/insert-into-a-binary-search-tree/ )
487
+ - [x] [ validate-binary-search-tree] ( https://leetcode-cn.com/problems/validate-binary-search-tree/ )
488
+ - [x] [ insert-into-a-binary-search-tree] ( https://leetcode-cn.com/problems/insert-into-a-binary-search-tree/ )
489
+
You can’t perform that action at this time.
0 commit comments