diff --git a/README.md b/README.md index 1f1f5a1..29d1b26 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ## 数组 -- [1. 两数之和](https://github.com/Geekhyt/javascript-leetcode/issues/1) +[pass]- [1. 两数之和](https://github.com/Geekhyt/javascript-leetcode/issues/1) - [剑指 Offer 03. 数组中重复的数字](https://github.com/Geekhyt/javascript-leetcode/issues/60) - [11. 盛水最多的容器](https://github.com/Geekhyt/javascript-leetcode/issues/2) - [15. 三数之和](https://github.com/Geekhyt/javascript-leetcode/issues/3) @@ -69,7 +69,7 @@ - [101. 对称二叉树](https://github.com/Geekhyt/javascript-leetcode/issues/17) - [102. 二叉树的层序遍历](https://github.com/Geekhyt/javascript-leetcode/issues/18) - [104. 二叉树的最大深度](https://github.com/Geekhyt/javascript-leetcode/issues/19) -- [110. 平衡二叉树](https://github.com/Geekhyt/javascript-leetcode/issues/76) +- [done][110. 平衡二叉树](https://github.com/Geekhyt/javascript-leetcode/issues/76) - [108. 将有序数组转换为二叉搜索树](https://github.com/Geekhyt/javascript-leetcode/issues/79) - [112. 路径总和](https://github.com/Geekhyt/javascript-leetcode/issues/77) - [144. 二叉树的前序遍历](https://github.com/Geekhyt/javascript-leetcode/issues/14)