|
17 | 17 | | 21 | [Merge 2 Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/) | Easy | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/Merge2SortedLists.java) |
|
18 | 18 | | 26 | [Remove Duplicates From Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/) | Easy | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/RemoveDuplicatesFromSortedArray.java) |
|
19 | 19 | | 27 | [Remove Element](https://leetcode.com/problems/remove-element/) | Easy | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/RemoveElement.java) [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/python/remove_element.py)|
|
20 |
| -| 28 | [Needle in Haystack](https://leetcode.com/problems/implement-strstr) | Easy | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/NeedleInHaystack.java) [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/python/needle_in_haystack.py)| |
| 20 | +| 28 | [Needle in Haystack](https://leetcode.com/problems/implement-strstr) | Easy | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/NeedleInHaystack.java) [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/python/needle_in_haystack.py) | |
21 | 21 | | 35 | [Search Inserted Position](https://leetcode.com/problems/search-insert-position/) | Easy | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/SearchInsertPosition.java) |
|
22 | 22 | | 38 | [Count and Say](https://leetcode.com/problems/count-and-say) | Easy | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/CountAndSay.java) |
|
23 | 23 | | 53 | [Maximum SubArray](https://leetcode.com/problems/maximum-subarray) | Easy | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/MaximumSubArray.java) |
|
|
118 | 118 | | 443 | [String Compression](https://leetcode.com/problems/string-compression) | Easy | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/StringCompression.java) |
|
119 | 119 | | 447 | [Number of Boomerangs](https://leetcode.com/problems/number-of-boomerangs) | Easy | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/NumberOfBoomerangs.java) |
|
120 | 120 | | 448 | [Find All Numbers Disappeared in an Array](https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array) | Easy | [](src/FindAllNumbersDisappearedInAnArray.java) |
|
121 |
| -| 453 | [Minimum Moves to Equal Array Elements](https://leetcode.com/problems/minimum-moves-to-equal-array-elements) | Easy | | |
| 121 | +| 453 | [Minimum Moves to Equal Array Elements](https://leetcode.com/problems/minimum-moves-to-equal-array-elements) | Easy | [](src/MinimumMovesToEqualArrayElements.java) [](python/minimum_moves_to_equal_array_element.py) | |
122 | 122 | | 455 | [Assign Cookies](https://leetcode.com/problems/assign-cookies) | Easy | |
|
123 | 123 | | 459 | [Repeated Substring Pattern](https://leetcode.com/problems/repeated-substring-pattern) | Easy | |
|
124 | 124 | | 461 | [Hamming Distance](https://leetcode.com/problems/hamming-distance) | Easy | |
|
|
0 commit comments