Skip to content

Commit 5f222c8

Browse files
committed
2 parents 90334f9 + 59dbd11 commit 5f222c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Python solution
1717
|590|n叉树的后序遍历|[Recursive](./easy/tree/590.n叉树的后序遍历.py)|tree|
1818
|543|二叉树的直径|[Recursive](./easy/tree/543.二叉树的直径(recursive).py), [divide and conquer](./easy/tree/543.二叉树的直径(divideandconquer).py)|tree|
1919
|226|翻转二叉树|[Recursive](./easy/tree/226.翻转二叉树.py)|tree|
20+
|202|happyNumber|[array](./easy/array/202.happyNumber.py)|array|
2021
|111|二叉树的最小深度|[Recursive](./easy/tree/111.二叉树的最小深度.py), [dfs-todo](./)|tree|
2122
|110|平衡二叉树|[Recursive](./easy/tree/110.平衡二叉树.py)|tree|
2223
|104|二叉树的最大深度|[Recursive](./easy/tree/104.二叉树的最大深度.py)|tree|

0 commit comments

Comments
 (0)