标签: 二维数组
-
leetcode讲解–566. Reshape the Matrix
In MATLAB, there is a very useful function called ‘resh…
-
leetcode讲解–766. Toeplitz Matrix
A matrix is Toeplitz if every diagonal from top-left to…
-
leetcode讲解–885. Spiral Matrix III
On a 2 dimensional grid with R rows and C columns, we s…
-
leetcode讲解–867. Transpose Matrix
The transpose of a matrix is the matrix flipped over it…
-
leetcode讲解–861. Score After Flipping Matrix
We have a two dimensional matrix A where each value is …
-
leetcode讲解–944. Delete Columns to Make Sorted
We are given an array A of N lowercase letter strings, …