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
| 383 |[Ransom Note](https://leetcode.com/problems/ransom-note/)|[Java](./Java/ransom-note.java)|_O(1)_|_O(n)_| Easy || Character Count |
110
+
| 387 |[First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/)|[Java](./Java/first-unique-character-in-a-string.java)|_O(n)_|_O(1)_| Easy || Character Count |
110
111
| 151 |[Reverse Words in a String](https://leetcode.com/problems/reverse-words-in-a-string/)|[Java](./Java/reverse-words-in-a-string.java)|_O(1)_|_O(n)_| Medium |||
111
112
| 520 |[Detect Capital Use](https://leetcode.com/problems/detect-capital/)|[Java](./Java/detect-capital-use.java)|_O(n)_|_O(1)_| Easy |||
112
113
| 1221 |[Split a String in Balanced Strings](https://leetcode.com/problems/split-a-string-in-balanced-strings/)|[Python](./Python/split-a-string-in-balanced-strings.py)|_O(n)_|_O(1)_| Easy |||
0 commit comments