@@ -385,7 +385,7 @@ LeetCode
385
385
| 30| [ Substring with Concatenation of All Words] ( https://leetcode.com/problems/substring-with-concatenation-of-all-words/ ) | | Hard|
386
386
| 29| [ Divide Two Integers] ( https://leetcode.com/problems/divide-two-integers/ ) | | Medium|
387
387
| 28| [ Implement strStr()] ( https://leetcode.com/problems/implement-strstr/ ) | | Easy|
388
- | 27| [ Remove Element] ( https://leetcode.com/problems/remove-element/ ) | [ js] ( ./algorithms/removeElement/removeElement-js.md ) | Easy|
388
+ | 27| [ Remove Element] ( https://leetcode.com/problems/remove-element/ ) | [ js] ( ./algorithms/removeElement/removeElement.js ) | Easy|
389
389
| 26| [ Remove Duplicates from Sorted Array] ( https://leetcode.com/problems/remove-duplicates-from-sorted-array/ ) | | Easy|
390
390
| 25| [ Reverse Nodes in k-Group] ( https://leetcode.com/problems/reverse-nodes-in-k-group/ ) | | Hard|
391
391
| 24| [ Swap Nodes in Pairs] ( https://leetcode.com/problems/swap-nodes-in-pairs/ ) | | Medium|
@@ -397,8 +397,8 @@ LeetCode
397
397
| 18| [ 4Sum] ( https://leetcode.com/problems/4sum/ ) | | Medium|
398
398
| 17| [ Letter Combinations of a Phone Number] ( https://leetcode.com/problems/letter-combinations-of-a-phone-number/ ) | | Medium|
399
399
| 16| [ 3Sum Closest] ( https://leetcode.com/problems/3sum-closest/ ) | | Medium|
400
- | 15| [ 3Sum] ( https://leetcode.com/problems/3sum/ ) | [ js] ( ./algorithms/3Sum/3Sum-js.md ) | Medium|
401
- | 14| [ Longest Common Prefix] ( https://leetcode.com/problems/longest-common-prefix/ ) | [ js] ( ./algorithms/longestCommonPrefix/longestCommonPrefix-js.md ) | Easy|
400
+ | 15| [ 3Sum] ( https://leetcode.com/problems/3sum/ ) | [ js] ( ./algorithms/3Sum/3Sum.js ) | Medium|
401
+ | 14| [ Longest Common Prefix] ( https://leetcode.com/problems/longest-common-prefix/ ) | [ js] ( ./algorithms/longestCommonPrefix/longestCommonPrefix.js ) | Easy|
402
402
| 13| [ Roman to Integer] ( https://leetcode.com/problems/roman-to-integer/ ) | | Easy|
403
403
| 12| [ Integer to Roman] ( https://leetcode.com/problems/integer-to-roman/ ) | | Medium|
404
404
| 11| [ Container With Most Water] ( https://leetcode.com/problems/container-with-most-water/ ) | | Medium|
@@ -411,4 +411,4 @@ LeetCode
411
411
| 4| [ Median of Two Sorted Arrays] ( https://leetcode.com/problems/median-of-two-sorted-arrays/ ) | | Hard|
412
412
| 3| [ Longest Substring Without Repeating Characters] ( https://leetcode.com/problems/longest-substring-without-repeating-characters/ ) | | Medium|
413
413
| 2| [ Add Two Numbers] ( https://leetcode.com/problems/add-two-numbers/ ) | | Medium|
414
- | 1| [ Two Sum] ( https://leetcode.com/problems/two-sum/ ) | [ java] ( ./algorithms/twoSum/twoSum-java.md ) , [ js] ( ./algorithms/twoSum/twoSum-js.md ) ,[ python] ( ./algorithms/twoSum/twoSum-python.md ) | Easy|
414
+ | 1| [ Two Sum] ( https://leetcode.com/problems/two-sum/ ) | [ java] ( ./algorithms/twoSum/twoSum.java ) , [ js] ( ./algorithms/twoSum/twoSum.js ) ,[ python] ( ./algorithms/twoSum/twoSum.py ) | Easy|
0 commit comments