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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ _If you like this project, please leave me a star._ ★
16
16
| 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 ||
17
17
| 2467 |[Convert the Temperature](https://leetcode.com/problems/convert-the-temperature/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2469.java)|| Easy ||
18
18
| 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 ||
19
+
| 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)|| Medium ||
19
20
| 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 ||
20
21
| 2427 |[Number of Common Factors](https://leetcode.com/problems/number-of-common-factors/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2427.java)|| Easy ||
21
22
| 2404 |[Most Frequent Even Element](https://leetcode.com/problems/most-frequent-even-element/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2404.java)|| Easy ||
@@ -58,7 +59,7 @@ _If you like this project, please leave me a star._ ★
58
59
| 2243 |[Calculate Digit Sum of a String](https://leetcode.com/problems/calculate-digit-sum-of-a-string/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2243.java)|| Easy ||
59
60
| 2239 |[Find Closest Number to Zero](https://leetcode.com/problems/find-closest-number-to-zero/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2239.java)|| Easy ||
60
61
| 2236 |[Root Equals Sum of Children](https://leetcode.com/problems/root-equals-sum-of-children/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2236.java)|| Easy ||
61
-
| 2235 |[Add Two Integers](https://leetcode.com/problems/add-two-integers/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2235.java)|[:tv:](https://youtu.be/Qubhoqoks6I)| Easy ||
62
+
| 2235 |[Add Two Integers](https://leetcode.com/problems/add-two-integers/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2235.java)|[:tv:](https://youtu.be/Qubhoqoks6I)| Easy ||
62
63
| 2229 |[Check if an Array Is Consecutive](https://leetcode.com/problems/check-if-an-array-is-consecutive/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2229.java)|| Easy ||
63
64
| 2220 |[Minimum Bit Flips to Convert Number](https://leetcode.com/problems/minimum-bit-flips-to-convert-number/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2220.java)|| Easy ||
64
65
| 2215 |[Find the Difference of Two Arrays](https://leetcode.com/problems/find-the-difference-of-two-arrays/)|[Java](../master/src/main/java/com/fishercoder/solutions/_2215.java)|| Easy ||
0 commit comments