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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ Feel free to raise issues or post in discussions.
125
125
| 103 | O |[383. Ransom Note](https://leetcode.com/problems/ransom-note/)|[C]hashmap | store sth’s freq |[Python]([C]hashmap/[C]hashmap/383-ransom-note.py)[Java]([C]hashmap/[C]hashmap/383-ransom-note.java)|
126
126
| 104 | O |[242. Valid Anagram](https://leetcode.com/problems/valid-anagram/)|[C]hashmap | store sth’s freq |[Python]([C]hashmap/[C]hashmap/242-valid-anagram.py)[Java]([C]hashmap/[C]hashmap/242-valid-anagram.java)|
127
127
| 105 | O |[409. Longest Palindrome](https://leetcode.com/problems/longest-palindrome/)|[C]hashmap | store sth’s freq |[Python]([C]hashmap/[C]hashmap/409-longest-palindrome.py)[Java]([C]hashmap/[C]hashmap/409-longest-palindrome.java)|
128
-
| 106 ||[387. First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/)|[C]hashmap | store sth’s freq |[Python]([C]hashmap/[C]hashmap/387-first-unique-character-in-a-string.py)|
128
+
| 106 ||[387. First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/)|[C]hashmap | store sth’s freq |[Python]([C]hashmap/[C]hashmap/387-first-unique-character-in-a-string.py)[Java]([C]hashmap/[C]hashmap/387-first-unique-character-in-a-string.java)|
129
129
| 107 ||[767. Reorganize String](https://leetcode.com/problems/reorganize-string/)|[C]hashmap | store sth’s freq |[Python]([C]hashmap/[C]hashmap/767-reorganize-string.py)|
130
130
| 108 ||[266. Palindrome Permutation](https://leetcode.com/problems/palindrome-permutation/)|[C]hashmap | store sth’s freq |[Python]([C]hashmap/[C]hashmap/266-palindrome-permutation.py)|
131
131
| 109 ||[2423. Remove Letter To Equalize Frequency](https://leetcode.com/problems/remove-letter-to-equalize-frequency/)|[C]hashmap | store sth’s freq |[Python]([C]hashmap/[C]hashmap/2423-remove-letter-to-equalize-frequency.py)|
@@ -301,7 +301,7 @@ Feel free to raise issues or post in discussions.
301
301
| 279 ||[948. Bag of Tokens](https://leetcode.com/problems/bag-of-tokens/)|[H]array-two-pointers-opposite-direction | use shrink type |[Python]([H]array/[H]array-two-pointers-opposite-direction/948-bag-of-tokens.py)|
302
302
| 280 | O |[125. Valid Palindrome](https://leetcode.com/problems/valid-palindrome/)|[H]array-two-pointers-opposite-direction | use shrink type |[Python]([H]array/[H]array-two-pointers-opposite-direction/125-valid-palindrome.py)[Java]([H]array/[H]array-two-pointers-opposite-direction/125-valid-palindrome.java)|
303
303
| 281 ||[680. Valid Palindrome II](https://leetcode.com/problems/valid-palindrome-ii/)|[H]array-two-pointers-opposite-direction | use shrink type |[Python]([H]array/[H]array-two-pointers-opposite-direction/680-valid-palindrome-ii.py)|
304
-
| 282 ||[344. Reverse String](https://leetcode.com/problems/reverse-string/)|[H]array-two-pointers-opposite-direction | use shrink type |[Python]([H]array/[H]array-two-pointers-opposite-direction/344-reverse-string.py)|
304
+
| 282 ||[344. Reverse String](https://leetcode.com/problems/reverse-string/)|[H]array-two-pointers-opposite-direction | use shrink type |[Python]([H]array/[H]array-two-pointers-opposite-direction/344-reverse-string.py)[Java]([H]array/[H]array-two-pointers-opposite-direction/344-reverse-string.java)|
305
305
| 283 ||[151. Reverse Words in a String](https://leetcode.com/problems/reverse-words-in-a-string/)|[H]array-two-pointers-opposite-direction | use shrink type |[Python]([H]array/[H]array-two-pointers-opposite-direction/151-reverse-words-in-a-string.py)|
306
306
| 284 | O |[5. Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring/)|[H]array-two-pointers-opposite-direction | use expand type |[Python]([H]array/[H]array-two-pointers-opposite-direction/5-longest-palindromic-substring.py)[Java]([H]array/[H]array-two-pointers-opposite-direction/5-longest-palindromic-substring.java)|
307
307
| 285 | O |[179. Largest Number](https://leetcode.com/problems/largest-number/)|[H]array-sort | use self defined sort |[Python]([H]array/[H]array-sort/179-largest-number.py)|
0 commit comments