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
| 2540 |[Minimum Common Value](https://leetcode.com/problems/minimum-common-value/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2540.java)|| Easy |
11
12
| 2536 |[Increment Submatrices by One](https://leetcode.com/problems/increment-submatrices-by-one/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2536.java)|| Medium |
12
13
| 2535 |[Difference Between Element Sum and Digit Sum of an Array](https://leetcode.com/problems/difference-between-element-sum-and-digit-sum-of-an-array/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2535.java)|| Easy |
13
14
| 2530 |[Maximal Score After Applying K Operations](https://leetcode.com/problems/maximal-score-after-applying-k-operations/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2530.java)|[:tv:](https://youtu.be/nsOipmYbRlc)| Medium |
@@ -1335,7 +1336,7 @@ _If you like this project, please leave me a star._ ★
1335
1336
| 60 |[Permutation Sequence](https://leetcode.com/problems/permutation-sequence/)| [Solution](../master/src/main/java/com/fishercoder/solutions/_60.java) || Medium | Math, Backtracking
1336
1337
| 59 |[Spiral Matrix II](https://leetcode.com/problems/spiral-matrix-ii/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_59.java)|[:tv:](https://www.youtube.com/watch?v=Sv9DK2C4rtc)| Medium |
1337
1338
| 58 |[Length of Last Word](https://leetcode.com/problems/length-of-last-word/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_58.java)|| Easy |
1338
-
| 57 |[Insert Intervals](https://leetcode.com/problems/insert-interval/)| [Solution](../master/src/main/java/com/fishercoder/solutions/_57.java) |[:tv:](https://youtu.be/gDVb3R4onIM)| Medium | Array, Sort
1339
+
| 57 |[Insert Intervals](https://leetcode.com/problems/insert-interval/)| [Solution](../master/src/main/java/com/fishercoder/solutions/_57.java) |[:tv:](https://youtu.be/gDVb3R4onIM)| Medium | Array, Sort
1339
1340
| 56 |[Merge Intervals](https://leetcode.com/problems/merge-intervals/)| [Solution](../master/src/main/java/com/fishercoder/solutions/_56.java) || Medium | Array, Sort
1340
1341
| 55 |[Jump Game](https://leetcode.com/problems/jump-game/)| [Solution](../master/src/main/java/com/fishercoder/solutions/_55.java) || Medium | Greedy
0 commit comments