【劍指offer】二維數組中的查找【python】

class Solution: # array 二維列表 def Find(self, target, array): # write code here cols = len(array[0]) rows = len(array) print(rows, cols) row, col = 0, col
相關文章
相關標籤/搜索