2018校招深信服編程題與面試題

第一題: 順時針輸出矩陣元素:html def printMatrix(matrix): res = [] while matrix: res += matrix.pop(0) if matrix and matrix[0]: for row in matrix: res.append(row.
相關文章
相關標籤/搜索