Skip to content

Commit 47847d3

Browse files
authored
Update README.md
1 parent 55fe160 commit 47847d3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
## 进度
3131

32-
已经完成 80 道。
32+
已经完成 81 道。
3333

3434
## 数组
3535

@@ -63,14 +63,16 @@
6363
##
6464

6565
- [94. 二叉树的中序遍历](https://github.com/Geekhyt/javascript-leetcode/issues/13)
66-
- [144. 二叉树的前序遍历](https://github.com/Geekhyt/javascript-leetcode/issues/14)
67-
- [145. 二叉树的后序遍历](https://github.com/Geekhyt/javascript-leetcode/issues/15)
66+
- [98. 验证二叉搜索树](https://github.com/Geekhyt/javascript-leetcode/issues/75)
6867
- [100. 相同的树](https://github.com/Geekhyt/javascript-leetcode/issues/16)
6968
- [101. 对称二叉树](https://github.com/Geekhyt/javascript-leetcode/issues/17)
7069
- [102. 二叉树的层序遍历](https://github.com/Geekhyt/javascript-leetcode/issues/18)
7170
- [104. 二叉树的最大深度](https://github.com/Geekhyt/javascript-leetcode/issues/19)
71+
- [110. 平衡二叉树](https://github.com/Geekhyt/javascript-leetcode/issues/76)
72+
- [144. 二叉树的前序遍历](https://github.com/Geekhyt/javascript-leetcode/issues/14)
73+
- [145. 二叉树的后序遍历](https://github.com/Geekhyt/javascript-leetcode/issues/15)
7274
- [226. 翻转二叉树](https://github.com/Geekhyt/javascript-leetcode/issues/20)
73-
- [98. 验证二叉搜索树](https://github.com/Geekhyt/javascript-leetcode/issues/75)
75+
7476

7577
##
7678

0 commit comments

Comments
 (0)