mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-24 17:12:24 +08:00
Merge branch 'master' into my-contribution
This commit is contained in:
@ -280,7 +280,7 @@ public class Solution {
|
||||
|
||||
## Python
|
||||
|
||||
```Python3
|
||||
```Python
|
||||
class TreeNode:
|
||||
def __init__(self, val = 0, left = None, right = None):
|
||||
self.val = val
|
||||
|
Reference in New Issue
Block a user