mirror of
https://github.com/SunnyQjm/algorithm-review.git
synced 2026-06-06 16:09:28 +08:00
update
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
# 返回它的最大深度 3 。
|
||||
#######################################################################################
|
||||
|
||||
|
||||
class TreeNode:
|
||||
def __init__(self, x):
|
||||
self.val = x
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
# 返回它的最小深度 2.
|
||||
#######################################################################################
|
||||
|
||||
|
||||
class TreeNode:
|
||||
def __init__(self, x):
|
||||
self.val = x
|
||||
|
||||
Reference in New Issue
Block a user