摘要: Description: Given an array A of integers, return true if and only if we can partition the array into three non-empty parts with equal sums. Formally, 阅读全文
posted @ 2019-09-05 17:54 CodingYM 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Description: 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 阅读全文
posted @ 2019-09-05 16:40 CodingYM 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Description: We have an array A of integers, and an array queries of queries. For the i-th query val = queries[i][0], index = queries[i][1], we add va 阅读全文
posted @ 2019-09-05 16:08 CodingYM 阅读(216) 评论(0) 推荐(0) 编辑