Skip to content

Commit c764da1

Browse files
committed
update README
1 parent 9754d83 commit c764da1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@ LeetCode Problems' Solutions in JavaScript
44

55
## easy
66

7-
1. [计数质数](./easy/countPrimes/countPrimis.js)
7+
1. [计数质数](./algorithms/easy/countPrimes/countPrimes.js)
8+
2. [Fizz Buzz](./algorithms/easy/fizzBuzz/fizzBuzz.js)
9+
3. [位 1 的个数](./algorithms/easy/hammingWeight/hammingWeight.js)
10+
4. [3 的幂](./algorithms/easy/isPowerOfThree/isPowerOfThree.js)
11+
5. [买卖股票的最佳时机 II](./algorithms/easy/maxProfit/maxProfit.js)
12+
6. [合并两个有序数组](./algorithms/easy/merge/merge.js)
13+
7. [从排序数组中删除重复项](./algorithms/easy/removeDuplicates/removeDuplicates.js)
14+
8. [反转整数](./algorithms/easy/reverse/reverse.js)
15+
9. [第一个错误的版本](./algorithms/easy/solution/solution.js)

0 commit comments

Comments
 (0)