Leetcode刷題記錄——867. Transpose Matrix

題目 Given a matrix A, return the transpose of A. The transpose of a matrix is the matrix flipped over it's main diagonal, switching the row and column indices of the matrix.   Example 1: Input: [[1,2,3
相關文章
相關標籤/搜索