-
Given a matrix of Mx N elements (M rows, N columns), return all elements of the matrix in diagonal order.
给定一个M行N列矩阵,用对角顺序返回矩阵的所有元素。
youdao
-
Given a matrix of Mx N elements (M rows, N columns), return all elements of the matrix in diagonal order.
给定一个M行N列矩阵,用对角顺序返回矩阵的所有元素。
youdao