diff --git a/determine-matrix-obtainable.py b/determine-matrix-obtainable.py index 03db4f4..4c87a1d 100644 --- a/determine-matrix-obtainable.py +++ b/determine-matrix-obtainable.py @@ -1,4 +1,4 @@ -class Solution: +class Solution: #Beats 98.99% in memory usage def findRotation(self, mat: List[List[int]], target: List[List[int]]) -> bool: for i in range(4): if mat == target: