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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -424,6 +424,7 @@ Profile on LeetCode: [fartem](https://leetcode.com/fartem/).
424
424
| 2455. Average Value of Even Numbers That Are Divisible by Three |[Link](https://leetcode.com/problems/average-value-of-even-numbers-that-are-divisible-by-three/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/AverageValueOfEvenNumbersThatAreDivisibleByThree.java)|
425
425
| 2469. Convert the Temperature |[Link](https://leetcode.com/problems/convert-the-temperature/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/ConvertTheTemperature.java)|
426
426
| 2481. Minimum Cuts to Divide a Circle |[Link](https://leetcode.com/problems/minimum-cuts-to-divide-a-circle/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/MinimumCutsToDivideACircle.java)|
427
+
| 2485. Find the Pivot Integer |[Link](https://leetcode.com/problems/find-the-pivot-integer/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/FindThePivotInteger.java)|
| 2496. Maximum Value of a String in an Array |[Link](https://leetcode.com/problems/maximum-value-of-a-string-in-an-array/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/MaximumValueOfAStringInAnArray.java)|
429
430
| 2500. Delete Greatest Value in Each Row |[Link](https://leetcode.com/problems/delete-greatest-value-in-each-row/)|[Link](./src/main/java/com/smlnskgmail/jaman/leetcodejava/easy/DeleteGreatestValueInEachRow.java)|
0 commit comments