【leetcode20】
46. 全排列 class Solution: def permute(self, nums: Lis ... 阅读更多
46. 全排列 class Solution: def permute(self, nums: Lis ... 阅读更多
class Solution: def search(self, nums: List[int], t ... 阅读更多
322. 零钱兑换 class Solution: def coinChange(self, coin ... 阅读更多
240. 搜索二维矩阵 II class Solution: def searchMatrix(sel ... 阅读更多
48. 旋转图像 class Solution: def rotate(self, matrix: L ... 阅读更多
75. 颜色分类 class Solution: def sortColors(self, nums: ... 阅读更多
207. 课程表 class Solution: def canFinish(self, numCou ... 阅读更多
994. 腐烂的橘子 class Solution: def orangesRotting(self, ... 阅读更多
54. 螺旋矩阵 class Solution: def spiralOrder(self, matr ... 阅读更多
超时代码: class Solution: def f(self,str): for ... 阅读更多