Merge branch 'master' into my-contribution

This commit is contained in:
程序员Carl
2023-01-19 10:40:36 +08:00
committed by GitHub
61 changed files with 708 additions and 294 deletions

View File

@ -280,7 +280,7 @@ public class Solution {
## Python
```Python3
```Python
class TreeNode:
def __init__(self, val = 0, left = None, right = None):
self.val = val