Skip to content

Commit 7881b80

Browse files
committed
Fix: Spiral Matrix
1 parent 44ac5da commit 7881b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spiral-matrix/flynn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - N: 열의 개수
99
*
1010
* - Time complexity: O(MN)
11-
* - Space complexity: O(1)
11+
* - Space complexity: O(MN)
1212
*/
1313

1414
class Solution {

0 commit comments

Comments
 (0)