Skip to content

Commit

Permalink
Update determine-matrix-obtainable.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gabedonnan authored Jan 15, 2023
1 parent bb06a7f commit 4142337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion determine-matrix-obtainable.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4142337

Please sign in to comment.