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: paginated_contents/algorithms/4th_thousand/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@
30
30
| 3120 |[Count the Number of Special Characters I](https://leetcode.com/problems/count-the-number-of-special-characters-i/)|[Java](https://github.com/fishercoder1534/Leetcode/blob/master/src/main/java/com/fishercoder/solutions/fourththousand/_3120.java)|| Easy |
31
31
| 3110 |[Score of a String](https://leetcode.com/problems/score-of-a-string/)|[Java](https://github.com/fishercoder1534/Leetcode/blob/master/src/main/java/com/fishercoder/solutions/fourththousand/_3110.java)|| Easy |
32
32
| 3095 |[Shortest Subarray With OR at Least K I](https://leetcode.com/problems/shortest-subarray-with-or-at-least-k-i/)|[Java](https://github.com/fishercoder1534/Leetcode/blob/master/src/main/java/com/fishercoder/solutions/fourththousand/_3095.java)|| Easy |
33
+
| 3090 |[Maximum Length Substring With Two Occurrences](https://leetcode.com/problems/maximum-length-substring-with-two-occurrences/)|[Java](https://github.com/fishercoder1534/Leetcode/blob/master/src/main/java/com/fishercoder/solutions/fourththousand/_3090.java)|| Easy |
33
34
| 3074 |[Apple Redistribution into Boxes](https://leetcode.com/problems/apple-redistribution-into-boxes/)|[Java](https://github.com/fishercoder1534/Leetcode/blob/master/src/main/java/com/fishercoder/solutions/fourththousand/_3074.java)|| Easy |
34
35
| 3062 |[Winner of the Linked List Game](https://leetcode.com/problems/winner-of-the-linked-list-game/)|[Java](https://github.com/fishercoder1534/Leetcode/blob/master/src/main/java/com/fishercoder/solutions/fourththousand/_3062.java)|| Easy |
35
36
| 3046 |[Split the Array](https://leetcode.com/problems/split-the-array/)|[Java](https://github.com/fishercoder1534/Leetcode/blob/master/src/main/java/com/fishercoder/solutions/fourththousand/_3046.java)|| Easy |
0 commit comments