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 =
相關文章
相關標籤/搜索