|
29 | 29 |
|
30 | 30 | ## 进度
|
31 | 31 |
|
32 | | -已经完成 80 道。 |
| 32 | +已经完成 81 道。 |
33 | 33 |
|
34 | 34 | ## 数组
|
35 | 35 |
|
|
63 | 63 | ## 树
|
64 | 64 |
|
65 | 65 | - [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) |
68 | 67 | - [100. 相同的树](https://github.com/Geekhyt/javascript-leetcode/issues/16)
|
69 | 68 | - [101. 对称二叉树](https://github.com/Geekhyt/javascript-leetcode/issues/17)
|
70 | 69 | - [102. 二叉树的层序遍历](https://github.com/Geekhyt/javascript-leetcode/issues/18)
|
71 | 70 | - [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) |
72 | 74 | - [226. 翻转二叉树](https://github.com/Geekhyt/javascript-leetcode/issues/20)
|
73 | | --[98. 验证二叉搜索树](https://github.com/Geekhyt/javascript-leetcode/issues/75) |
| 75 | + |
74 | 76 |
|
75 | 77 | ## 栈
|
76 | 78 |
|
|
0 commit comments