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: PROBLEMS.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# 🧠 LeetCode Solutions
2
2
3
-
> All **229** problems solved in Java — auto-updated on every push.
4
-
> Last updated: 17 Sep 2026, 16:56 UTC
3
+
> All **230** problems solved in Java — auto-updated on every push.
4
+
> Last updated: 18 Sep 2026, 17:07 UTC
5
5
6
6
## 📊 Summary
7
7
8
8
| 🟢 Easy | 🟡 Medium | 🔴 Hard | Total |
9
9
|:-------:|:---------:|:-------:|:-----:|
10
-
| 123 | 78 |28|229|
10
+
| 123 | 78 |29|230|
11
11
12
12
---
13
13
@@ -134,6 +134,7 @@
134
134
| 1477 |[Find Two Non-overlapping Sub-arrays Each With Target Sum](https://leetcode.com/problems/find-two-non-overlapping-sub-arrays-each-with-target-sum/)| 🟡 Medium |`DynamicProgramming`| 2026-09-17 |
135
135
| 1480 |[Running Sum of 1d Array](https://leetcode.com/problems/running-sum-of-1d-array/)| 🟢 Easy |`PrefixSum`| 2026-08-19 |
136
136
| 1510 |[Stone Game IV](https://leetcode.com/problems/stone-game-iv/)| 🔴 Hard |`DynamicProgramming`| 2026-08-10 |
137
+
| 1520 |[Maximum Number of Non-Overlapping Substrings](https://leetcode.com/problems/maximum-number-of-non-overlapping-substrings/)| 🔴 Hard |`Strings`| 2026-09-18 |
137
138
| 1563 |[Stone Game V](https://leetcode.com/problems/stone-game-v/)| 🔴 Hard |`DynamicProgramming`| 2026-08-17 |
138
139
| 1621 |[Number of Sets of K Non-Overlapping Line Segments](https://leetcode.com/problems/number-of-sets-of-k-non-overlapping-line-segments/)| 🟡 Medium |`PrefixSum`| 2026-09-17 |
139
140
| 1662 |[Check If Two String Arrays are Equivalent](https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent/)| 🟢 Easy |`Strings`| 2026-05-21 |
0 commit comments