Skip to content

Commit 8af4a75

Browse files
authored
Update 563._Binary_Tree_Tilt.md
1 parent 30a4ed7 commit 8af4a75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Leetcode_Solutions/Python/563._Binary_Tree_Tilt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ All the tilt values won't exceed the range of 32-bit integer.
4646

4747
然后对于root和其所有子孙,只需要把他们的tilt全部加起来就是结果
4848

49+
beats 98.70%
50+
4951
```python
5052
class Solution(object):
5153
def findTilt(self, root):

0 commit comments

Comments
 (0)