Skip to content

Commit bdf0001

Browse files
committed
Adding spiral_matrix code and explanation
1 parent a387f8e commit bdf0001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/arrays/spiral_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ def generateMatrix(self, n: int) -> list[list[int]]:
6262
[8, 9, 4]
6363
[7, 6, 5]
6464
65-
'''
65+
'''

0 commit comments

Comments
 (0)