You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 474 |[Ones and Zeroes](https://leetcode.com/problems/ones-and-zeroes/)|[JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Ones%20and%20Zeroes/ones-and-zeroes.js)|| Medium |
18
21
| 473 |[Matchsticks to Square](https://leetcode.com/problems/matchsticks-to-square/)|[JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Matchsticks%20to%20Square/matchsticks-to-square.js)|[Explanation](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Matchsticks%20to%20Square/README.md)| Medium |
@@ -27,6 +30,7 @@ If you are loving solving leetcode problems, please contact me to enjoy it toget
| 462 |[Minimum Moves to Equal Array Elements II](https://leetcode.com/problems/minimum-moves-to-equal-array-elements-ii/)|[JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Minimum%20Moves%20to%20Equal%20Array%20Elements%20II/minimum-moves-to-equal-array-elements-ii.js)|[Explanation](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Minimum%20Moves%20to%20Equal%20Array%20Elements%20II/README.md)| Medium |
@@ -41,7 +45,7 @@ If you are loving solving leetcode problems, please contact me to enjoy it toget
41
45
| 446 |[Arithmetic Slices II - Subsequence](https://leetcode.com/problems/arithmetic-slices-ii-subsequence/)||| Hard |
42
46
| 445 |[Add Two Numbers II](https://leetcode.com/problems/add-two-numbers-ii/)|[JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Add%20Two%20Numbers%20II/add-two-numbers-ii.js)|| Medium |
43
47
| 444 |[Sequence Reconstruction](https://leetcode.com/problems/sequence-reconstruction/)|:blue_book:|| Medium |
44
-
| 442 |[Find All Duplicates in an Array](https://leetcode.com/problems/find-all-duplicates-in-an-array/)||| Medium |
48
+
| 442 |[Find All Duplicates in an Array](https://leetcode.com/problems/find-all-duplicates-in-an-array/)|[JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Find%20All%20Duplicates%20in%20an%20Array/find-all-duplicates-in-an-array.js)|| Medium |
0 commit comments