Leetcode刷题记录——766. Toeplitz Matrix

题目 A matrix is Toeplitz if every diagonal from top-left to bottom-right has the same element. Now given an M x N matrix, return True if and only if the matrix is Toeplitz.   Example 1: Input: matrix =
相关文章
相关标签/搜索