File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -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 ) | Easy|
388
+ | 27| [ Remove Element] ( https://leetcode.com/problems/remove-element/ ) | [ js] ( ./algorithms/removeElement/removeElement.js ) [ python ] ( ./algorithms/removeElement/removeElement.python ) | 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|
You can’t perform that action at this time.
0 commit comments