mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-09 05:44:13 +08:00
Modify the exception handling in Java and Python.
This commit is contained in:
@@ -39,4 +39,3 @@ if __name__ == "__main__":
|
||||
# 层序遍历
|
||||
res: list[int] = level_order(root)
|
||||
print("\n层序遍历的节点打印序列 = ", res)
|
||||
assert res == [1, 2, 3, 4, 5, 6, 7]
|
||||
|
||||
Reference in New Issue
Block a user