Commit 7a0a4e00 by yangpengflag

update issue

parent fc91be71
class Solution: class Solution:
def isToeplitzMatrix(self, matrix): def isToeplitzMatrix(self, matrix):
pass
""" """
:type matrix: List[List[int]] :type matrix: List[List[int]]
:rtype: bool :rtype: bool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment