We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9754d83 commit c764da1Copy full SHA for c764da1
README.md
@@ -4,4 +4,12 @@ LeetCode Problems' Solutions in JavaScript
4
5
## easy
6
7
-1. [计数质数](./easy/countPrimes/countPrimis.js)
+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