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
| 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 |
12
-
| 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 |
13
-
| 2529 |[Maximum Count of Positive Integer and Negative Integer](https://leetcode.com/problems/maximum-count-of-positive-integer-and-negative-integer/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2529.java)|[:tv:](https://youtu.be/4uhvXmOp5Do)| Easy ||
14
-
| 2525 |[Categorize Box According to Criteria](https://leetcode.com/problems/categorize-box-according-to-criteria/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2525.java)|[:tv:](https://youtu.be/dIciftyQXHo)| Easy ||
11
+
| 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
+
| 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
+
| 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 |
14
+
| 2529 |[Maximum Count of Positive Integer and Negative Integer](https://leetcode.com/problems/maximum-count-of-positive-integer-and-negative-integer/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2529.java)|[:tv:](https://youtu.be/4uhvXmOp5Do)| Easy ||
15
+
| 2525 |[Categorize Box According to Criteria](https://leetcode.com/problems/categorize-box-according-to-criteria/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2525.java)|[:tv:](https://youtu.be/dIciftyQXHo)| Easy ||
15
16
| 2520 |[Count the Digits That Divide a Number](https://leetcode.com/problems/count-the-digits-that-divide-a-number/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2520.java)|[:tv:](https://youtu.be/7SHHsS5kPJ8)| Easy ||
16
17
| 2515 |[Shortest Distance to Target String in a Circular Array](https://leetcode.com/problems/shortest-distance-to-target-string-in-a-circular-array/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2515.java)|| Easy ||
17
18
| 2496 |[Maximum Value of a String in an Array](https://leetcode.com/problems/maximum-value-of-a-string-in-an-array/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2496.java)|| Easy ||
18
19
| 2467 |[Convert the Temperature](https://leetcode.com/problems/convert-the-temperature/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2469.java)|| Easy ||
19
20
| 2455 |[Average Value of Even Numbers That Are Divisible by Three](https://leetcode.com/problems/average-value-of-even-numbers-that-are-divisible-by-three/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2455.java)|| Easy ||
20
-
| 2433 |[Find The Original Array of Prefix Xor](https://leetcode.com/problems/find-the-original-array-of-prefix-xor/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2433.java)|[:tv:](https://youtu.be/idcT-p_DDrI)| Medium ||
21
+
| 2433 |[Find The Original Array of Prefix Xor](https://leetcode.com/problems/find-the-original-array-of-prefix-xor/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2433.java)|[:tv:](https://youtu.be/idcT-p_DDrI)| Medium ||
21
22
| 2432 |[The Employee That Worked on the Longest Task](https://leetcode.com/problems/the-employee-that-worked-on-the-longest-task/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2432.java)|| Easy ||
22
23
| 2427 |[Number of Common Factors](https://leetcode.com/problems/number-of-common-factors/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2427.java)|| Easy ||
23
24
| 2404 |[Most Frequent Even Element](https://leetcode.com/problems/most-frequent-even-element/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2404.java)|| Easy ||
@@ -565,7 +566,7 @@ _If you like this project, please leave me a star._ ★
565
566
| 1066 |[Campus Bikes II](https://leetcode.com/problems/campus-bikes-ii/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_1066.java)|| Medium |Backtracking, DP|
566
567
| 1065 |[Index Pairs of a String](https://leetcode.com/problems/index-pairs-of-a-string/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_1065.java)|| Medium ||
567
568
| 1062 |[Longest Repeating Substring](https://leetcode.com/problems/longest-repeating-substring/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_1062.java)|| Medium |String, Binary Search, DP, Rolling Hash, Suffix Array, Hash Function|
0 commit comments