LeetCode

2300. Successful Pairs of Spells and Potions

2300. Successful Pairs of Spells and Potions class Solution: def

931. Minimum Falling Path Sum

931. Minimum Falling Path Sum class Solution: def minFallingPathSum(self,

63. Unique Paths II

63. Unique Paths II class Solution: def uniquePathsWithObstacles(self, obstacleGrid:

2218. Maximum Value of K Coins From Piles

2218. Maximum Value of K Coins From Piles 這一個題目和 188.

2342. Max Sum of a Pair With Equal Sum of Digits

2342. Max Sum of a Pair With Equal Sum of

2260. Minimum Consecutive Cards to Pick Up

2260. Minimum Consecutive Cards to Pick Up class Solution: def

2287. Rearrange Characters to Make Target String

2287. Rearrange Characters to Make Target String 同 1189. Maximum

1189. Maximum Number of Balloons

1189. Maximum Number of Balloons class Solution: def maxNumberOfBalloons(self,

1133. Largest Unique Number

1133. Largest Unique Number class Solution: def largestUniqueNumber(self, nums:

2225. Find Players With Zero or One Losses

2225. Find Players With Zero or One Losses class Solution: