1
0
mirror of https://github.com/SunnyQjm/algorithm-review.git synced 2026-06-06 16:09:28 +08:00
This commit is contained in:
2020-06-28 22:31:14 +08:00
parent 19bc63cf1b
commit 3031745b15
9 changed files with 13 additions and 9 deletions
@@ -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